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.
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.
forestCursorAddChildNodeSingleToNodeAtPosAndSelect :: Int -> a -> ForestCursor a -> ForestCursor acursor Cursor.Simple.Forest No documentation available.
forestCursorAddChildNodeSingleToNodeAtStartAndSelect :: a -> ForestCursor a -> ForestCursor acursor Cursor.Simple.Forest No documentation available.
forestCursorAddChildNodeToNodeAtEndAndSelect :: a -> Forest a -> ForestCursor a -> ForestCursor acursor Cursor.Simple.Forest No documentation available.
-
cursor Cursor.Simple.Forest No documentation available.
forestCursorAddChildNodeToNodeAtStartAndSelect :: a -> Forest a -> ForestCursor a -> ForestCursor acursor Cursor.Simple.Forest No documentation available.
forestCursorAddChildToNodeAtEnd :: b -> ForestCursor a b -> ForestCursor a bcursor Cursor.Simple.Forest No documentation available.