Hoogle Search
Within LTS Haskell 24.48 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
forestCursorDemoteSubTree :: (a -> b) -> (b -> a) -> ForestCursor a b -> Maybe (ForestCursor a b)cursor Cursor.Forest Demotes the current subtree to the level of its children. Example: Before:
- a |- b - c <-- |- d
After:- a |- b |- c <-- |- d
forestCursorDemoteSubTreeUnder :: b -> ForestCursor a b -> ForestCursor a bcursor Cursor.Forest Demotes the current subtree to the level of its children, by adding a root. Example: Before:
a <-- |- b
After:<given element> |- a <-- |- b
forestCursorInsert :: b -> ForestCursor a b -> ForestCursor a bcursor Cursor.Forest No documentation available.
forestCursorInsertAndSelect :: (a -> b) -> (b -> a) -> b -> ForestCursor a b -> ForestCursor a bcursor Cursor.Forest No documentation available.
-
cursor Cursor.Forest No documentation available.
-
cursor Cursor.Forest No documentation available.
forestCursorInsertEntireTree :: Tree b -> ForestCursor a b -> ForestCursor a bcursor Cursor.Forest No documentation available.
-
cursor Cursor.Forest No documentation available.
forestCursorInsertNodeSingleAndSelect :: (a -> b) -> a -> ForestCursor a b -> ForestCursor a bcursor Cursor.Forest No documentation available.
forestCursorInsertTree :: Tree b -> ForestCursor a b -> ForestCursor a bcursor Cursor.Forest No documentation available.