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.
forestCursorSelectPrev :: (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.
-
cursor Cursor.Forest No documentation available.
forestCursorSelection :: ForestCursor a b -> Intcursor Cursor.Forest No documentation available.
forestCursorSwapNext :: ForestCursor a b -> Maybe (ForestCursor a b)cursor Cursor.Forest Swaps the current node with the next node on the same level Example: Before:
- a <-- - b
After:- b - a <--
forestCursorSwapPrev :: ForestCursor a b -> Maybe (ForestCursor a b)cursor Cursor.Forest Swaps the current node with the previous node on the same level Example: Before:
- a - b <--
After:- b <-- - a
forestCursorToggleCurrentForest :: ForestCursor a b -> Maybe (ForestCursor a b)cursor Cursor.Forest No documentation available.
forestCursorToggleCurrentForestRecursively :: ForestCursor a b -> Maybe (ForestCursor a b)cursor Cursor.Forest No documentation available.
forestCursorAddChildNodeSingleToNodeAtEndAndSelect :: a -> ForestCursor a -> ForestCursor acursor Cursor.Simple.Forest No documentation available.