Portability | portable |
---|---|
Stability | experimental |
Maintainer | Uwe Schmidt (uwe\@fh-wedel.de) |
Safe Haskell | Safe-Inferred |
arrows for efficient editing of rose trees
Documentation
editNTreeA :: [IfThen (LA (NTree b) c) (LA (NTree b) (NTree b))] -> LA (NTree b) (NTree b)Source
Edit parts of a rose tree
The subtrees to be modified are selected by the first part of the IfThen pairs The modification by the second part
fmapNTreeA :: (b -> Maybe b) -> LA (NTree b) (NTree b)Source