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. forestCursorListCursor :: ForestCursor a b -> NonEmptyCursor (TreeCursor a b) (CTree b)

    cursor Cursor.Forest

    No documentation available.

  2. forestCursorListCursorL :: forall a b c d f . Functor f => (NonEmptyCursor (TreeCursor a b) (CTree b) -> f (NonEmptyCursor (TreeCursor c d) (CTree d))) -> ForestCursor a b -> f (ForestCursor c d)

    cursor Cursor.Forest

    No documentation available.

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

    cursor Cursor.Forest

    No documentation available.

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

    cursor Cursor.Forest

    No documentation available.

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

    cursor Cursor.Forest

    Promotes the current node to the level of its parent. Example: Before:

    - a
    |- b
    |  |- c
    |- d <--
    |  |- e
    |- f
    |- g
    - h
    
    After:
    - a
    |- b
    |  |- c
    |  |- e
    |- f
    |- g
    - d <--
    - h
    

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

    cursor Cursor.Forest

    Promotes the current node to the level of its parent. Example: Before:

    - a
    |- b
    |  |- c
    |- d <--
    |  |- e
    |- f
    |- g
    - h
    
    After:
    - a
    |- b
    |  |- c
    |- f
    |- g
    - d <--
    |- e
    - h
    

  7. forestCursorRemoveElem :: (b -> a) -> ForestCursor a b -> DeleteOrUpdate (ForestCursor a b)

    cursor Cursor.Forest

    No documentation available.

  8. forestCursorRemoveElemAndSelectPrev :: (b -> a) -> ForestCursor a b -> Maybe (DeleteOrUpdate (ForestCursor a b))

    cursor Cursor.Forest

    No documentation available.

  9. forestCursorRemoveSubTree :: (b -> a) -> ForestCursor a b -> DeleteOrUpdate (ForestCursor a b)

    cursor Cursor.Forest

    No documentation available.

  10. forestCursorRemoveSubTreeAndSelectPrev :: (b -> a) -> ForestCursor a b -> Maybe (DeleteOrUpdate (ForestCursor a b))

    cursor Cursor.Forest

    No documentation available.

Page 101 of many | Previous | Next