cursor-0.0.0.1: Purely Functional Cursors

Safe HaskellNone
LanguageHaskell2010

Cursor.Tree.Base

Documentation

makeTreeCursor :: (b -> a) -> CTree b -> TreeCursor a b Source #

rebuildTreeCursor :: (a -> b) -> TreeCursor a b -> CTree b Source #

mapTreeCursor :: (a -> c) -> (b -> d) -> TreeCursor a b -> TreeCursor c d Source #

currentTree :: (a -> b) -> TreeCursor a b -> CTree b Source #