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

    cursor Cursor.Forest

    Demotes the current subtree to the level of its children. Example: Before:

    - a
    |- b
    - c <--
    |- d
    
    After:
    - a
    |- b
    |- c <--
    |- d
    

  2. forestCursorDemoteSubTreeUnder :: b -> ForestCursor a b -> ForestCursor a b

    cursor Cursor.Forest

    Demotes the current subtree to the level of its children, by adding a root. Example: Before:

    a <--
    |- b
    
    After:
    <given element>
    |- a <--
    |- b
    

  3. forestCursorInsert :: b -> ForestCursor a b -> ForestCursor a b

    cursor Cursor.Forest

    No documentation available.

  4. forestCursorInsertAndSelect :: (a -> b) -> (b -> a) -> b -> ForestCursor a b -> ForestCursor a b

    cursor Cursor.Forest

    No documentation available.

  5. forestCursorInsertAndSelectTree :: (a -> b) -> (b -> a) -> Tree b -> ForestCursor a b -> ForestCursor a b

    cursor Cursor.Forest

    No documentation available.

  6. forestCursorInsertAndSelectTreeCursor :: (a -> b) -> TreeCursor a b -> ForestCursor a b -> ForestCursor a b

    cursor Cursor.Forest

    No documentation available.

  7. forestCursorInsertEntireTree :: Tree b -> ForestCursor a b -> ForestCursor a b

    cursor Cursor.Forest

    No documentation available.

  8. forestCursorInsertNodeAndSelect :: (a -> b) -> a -> CForest b -> ForestCursor a b -> ForestCursor a b

    cursor Cursor.Forest

    No documentation available.

  9. forestCursorInsertNodeSingleAndSelect :: (a -> b) -> a -> ForestCursor a b -> ForestCursor a b

    cursor Cursor.Forest

    No documentation available.

  10. forestCursorInsertTree :: Tree b -> ForestCursor a b -> ForestCursor a b

    cursor Cursor.Forest

    No documentation available.

Page 100 of many | Previous | Next