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.
forestCursorAddChildToNodeAtStartAndSelect :: a -> ForestCursor a -> ForestCursor acursor Cursor.Simple.Forest No documentation available.
forestCursorAddChildTreeToNodeAtEnd :: Tree b -> ForestCursor a b -> ForestCursor a bcursor Cursor.Simple.Forest No documentation available.
forestCursorAddChildTreeToNodeAtEndAndSelect :: Tree a -> ForestCursor a -> ForestCursor acursor Cursor.Simple.Forest No documentation available.
forestCursorAddChildTreeToNodeAtPos :: Int -> Tree b -> ForestCursor a b -> ForestCursor a bcursor Cursor.Simple.Forest No documentation available.
forestCursorAddChildTreeToNodeAtPosAndSelect :: Int -> Tree a -> ForestCursor a -> ForestCursor acursor Cursor.Simple.Forest No documentation available.
forestCursorAddChildTreeToNodeAtStart :: Tree b -> ForestCursor a b -> ForestCursor a bcursor Cursor.Simple.Forest No documentation available.
forestCursorAddChildTreeToNodeAtStartAndSelect :: Tree a -> ForestCursor a -> ForestCursor acursor Cursor.Simple.Forest No documentation available.
forestCursorAddRoot :: ForestCursor a -> a -> TreeCursor acursor Cursor.Simple.Forest No documentation available.
forestCursorAppend :: b -> ForestCursor a b -> ForestCursor a bcursor Cursor.Simple.Forest No documentation available.
forestCursorAppendAndSelect :: a -> ForestCursor a -> ForestCursor acursor Cursor.Simple.Forest No documentation available.