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.

  1. forestCursorSelectPrev :: (a -> b) -> (b -> a) -> ForestCursor a b -> Maybe (ForestCursor a b)

    cursor Cursor.Forest

    No documentation available.

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

    cursor Cursor.Forest

    No documentation available.

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

    cursor Cursor.Forest

    No documentation available.

  4. forestCursorSelectedTreeL :: forall a b f . Functor f => (TreeCursor a b -> f (TreeCursor a b)) -> ForestCursor a b -> f (ForestCursor a b)

    cursor Cursor.Forest

    No documentation available.

  5. forestCursorSelection :: ForestCursor a b -> Int

    cursor Cursor.Forest

    No documentation available.

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

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

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

    cursor Cursor.Forest

    No documentation available.

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

    cursor Cursor.Forest

    No documentation available.

  10. forestCursorAddChildNodeSingleToNodeAtEndAndSelect :: a -> ForestCursor a -> ForestCursor a

    cursor Cursor.Simple.Forest

    No documentation available.

Page 103 of many | Previous | Next