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.

  1. 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
    

  2. forestCursorToggleCurrentForest :: ForestCursor a b -> Maybe (ForestCursor a b)

    cursor Cursor.Forest

    No documentation available.

  3. forestCursorToggleCurrentForestRecursively :: ForestCursor a b -> Maybe (ForestCursor a b)

    cursor Cursor.Forest

    No documentation available.

  4. forestCursorAddChildNodeSingleToNodeAtEndAndSelect :: a -> ForestCursor a -> ForestCursor a

    cursor Cursor.Simple.Forest

    No documentation available.

  5. forestCursorAddChildNodeSingleToNodeAtPosAndSelect :: Int -> a -> ForestCursor a -> ForestCursor a

    cursor Cursor.Simple.Forest

    No documentation available.

  6. forestCursorAddChildNodeSingleToNodeAtStartAndSelect :: a -> ForestCursor a -> ForestCursor a

    cursor Cursor.Simple.Forest

    No documentation available.

  7. forestCursorAddChildNodeToNodeAtEndAndSelect :: a -> Forest a -> ForestCursor a -> ForestCursor a

    cursor Cursor.Simple.Forest

    No documentation available.

  8. forestCursorAddChildNodeToNodeAtPosAndSelect :: Int -> a -> Forest a -> ForestCursor a -> ForestCursor a

    cursor Cursor.Simple.Forest

    No documentation available.

  9. forestCursorAddChildNodeToNodeAtStartAndSelect :: a -> Forest a -> ForestCursor a -> ForestCursor a

    cursor Cursor.Simple.Forest

    No documentation available.

  10. forestCursorAddChildToNodeAtEnd :: b -> ForestCursor a b -> ForestCursor a b

    cursor Cursor.Simple.Forest

    No documentation available.

Page 104 of many | Previous | Next