Hoogle Search
Within LTS Haskell 24.12 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
forestCursorSelectLastOnSameLevel :: (a -> b) -> (b -> a) -> ForestCursor a b -> ForestCursor a bcursor Cursor.Forest No documentation available.
forestCursorSelectLastTreeCursor :: (a -> b) -> (b -> a) -> ForestCursor a b -> ForestCursor a bcursor Cursor.Forest No documentation available.
nonEmptyCursorSelectLast :: (a -> b) -> (b -> a) -> NonEmptyCursor a b -> NonEmptyCursor a bcursor Cursor.List.NonEmpty No documentation available.
-
cursor Cursor.Map No documentation available.
forestCursorSelectLast :: ForestCursor a -> ForestCursor acursor Cursor.Simple.Forest No documentation available.
forestCursorSelectLastOnSameLevel :: ForestCursor a -> ForestCursor acursor Cursor.Simple.Forest No documentation available.
forestCursorSelectLastTreeCursor :: ForestCursor a -> ForestCursor acursor Cursor.Simple.Forest No documentation available.
nonEmptyCursorSelectLast :: NonEmptyCursor a -> NonEmptyCursor acursor Cursor.Simple.List.NonEmpty No documentation available.
mapCursorSelectLast :: MapCursor k v -> MapCursor k vcursor Cursor.Simple.Map No documentation available.
treeCursorSelectLast :: TreeCursor a -> TreeCursor acursor Cursor.Simple.Tree No documentation available.