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. forestCursorSelectLastTreeCursor :: (a -> b) -> (b -> a) -> ForestCursor a b -> ForestCursor a b

    cursor Cursor.Forest

    No documentation available.

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

    cursor Cursor.Forest

    No documentation available.

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

    cursor Cursor.Forest

    No documentation available.

  4. forestCursorSelectNextTreeCursor :: (a -> b) -> (b -> a) -> ForestCursor a b -> Maybe (ForestCursor a b)

    cursor Cursor.Forest

    No documentation available.

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

    cursor Cursor.Forest

    No documentation available.

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

    cursor Cursor.Forest

    No documentation available.

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

    cursor Cursor.Forest

    No documentation available.

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

  9. forestCursorSelection :: ForestCursor a b -> Int

    cursor Cursor.Forest

    No documentation available.

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

Page 103 of many | Previous | Next