Hoogle Search
Within LTS Haskell 24.10 (ghc-9.10.2)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
nonEmptyCursorSelectFirst :: NonEmptyCursor a -> NonEmptyCursor acursor Cursor.Simple.List.NonEmpty No documentation available.
mapCursorSelectFirst :: MapCursor k v -> MapCursor k vcursor Cursor.Simple.Map No documentation available.
treeCursorSelectFirst :: TreeCursor a -> TreeCursor acursor Cursor.Simple.Tree No documentation available.
treeCursorSelectFirstOnSameLevel :: TreeCursor a -> TreeCursor acursor Cursor.Simple.Tree No documentation available.
textFieldCursorSelectFirstLine :: TextFieldCursor -> TextFieldCursorcursor Cursor.TextField No documentation available.
treeCursorSelectFirst :: (a -> b) -> (b -> a) -> TreeCursor a b -> TreeCursor a bcursor Cursor.Tree.Movement No documentation available.
treeCursorSelectFirstOnSameLevel :: (a -> b) -> (b -> a) -> TreeCursor a b -> TreeCursor a bcursor Cursor.Tree.Movement No documentation available.
-
data-effects-core Data.Effect.OpenUnion No documentation available.
curryFirst :: forall (n :: PeanoNum) a b . Fun ('S n) a b -> a -> Fun n a bfixed-vector Data.Vector.Fixed.Cont Curry first parameter of n-ary function
uncurryFirst :: forall a (n :: PeanoNum) b . (a -> Fun n a b) -> Fun ('S n) a bfixed-vector Data.Vector.Fixed.Cont Uncurry first parameter of n-ary function