Hoogle Search
Within LTS Haskell 24.34 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
forestCursorPromoteElem :: (a -> b) -> (b -> a) -> ForestCursor a b -> Maybe (ForestCursor a b)cursor Cursor.Forest Promotes the current node to the level of its parent. Example: Before:
- a |- b | |- c |- d <-- | |- e |- f |- g - h
After:- a |- b | |- c | |- e |- f |- g - d <-- - h
forestCursorPromoteSubTree :: (a -> b) -> (b -> a) -> ForestCursor a b -> Maybe (ForestCursor a b)cursor Cursor.Forest Promotes the current node to the level of its parent. Example: Before:
- a |- b | |- c |- d <-- | |- e |- f |- g - h
After:- a |- b | |- c |- f |- g - d <-- |- e - h
forestCursorRemoveElem :: (b -> a) -> ForestCursor a b -> DeleteOrUpdate (ForestCursor a b)cursor Cursor.Forest No documentation available.
-
cursor Cursor.Forest No documentation available.
forestCursorRemoveSubTree :: (b -> a) -> ForestCursor a b -> DeleteOrUpdate (ForestCursor a b)cursor Cursor.Forest No documentation available.
-
cursor Cursor.Forest No documentation available.
forestCursorSelectAbove :: (a -> b) -> (b -> a) -> ForestCursor a b -> Maybe (ForestCursor a b)cursor Cursor.Forest No documentation available.
forestCursorSelectBelowAtEnd :: (a -> b) -> (b -> a) -> ForestCursor a b -> Maybe (ForestCursor a b)cursor Cursor.Forest No documentation available.
-
cursor Cursor.Forest No documentation available.
-
cursor Cursor.Forest No documentation available.