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.
forestCursorListCursor :: ForestCursor a b -> NonEmptyCursor (TreeCursor a b) (CTree b)cursor Cursor.Forest No documentation available.
-
cursor Cursor.Forest No documentation available.
forestCursorOpenCurrentForest :: ForestCursor a b -> Maybe (ForestCursor a b)cursor Cursor.Forest No documentation available.
forestCursorOpenCurrentForestRecursively :: ForestCursor a b -> Maybe (ForestCursor a b)cursor Cursor.Forest No documentation available.
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.