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.
forestCursorSelectPrev :: ForestCursor a -> Maybe (ForestCursor a)cursor Cursor.Simple.Forest No documentation available.
forestCursorSelectPrevOnSameLevel :: ForestCursor a -> Maybe (ForestCursor a)cursor Cursor.Simple.Forest No documentation available.
forestCursorSelectPrevTreeCursor :: ForestCursor a -> Maybe (ForestCursor a)cursor Cursor.Simple.Forest No documentation available.
-
cursor Cursor.Simple.Forest No documentation available.
forestCursorSelection :: ForestCursor a b -> Intcursor Cursor.Simple.Forest No documentation available.
forestCursorSwapNext :: ForestCursor a b -> Maybe (ForestCursor a b)cursor Cursor.Simple.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.Simple.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.Simple.Forest No documentation available.
forestCursorToggleCurrentForestRecursively :: ForestCursor a b -> Maybe (ForestCursor a b)cursor Cursor.Simple.Forest No documentation available.
-
data-effects Data.Effect.Concurrent.Parallel Executes in parallel the actions stored within a Traversable container t.