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.

  1. nonEmptyCursorSelectFirst :: NonEmptyCursor a -> NonEmptyCursor a

    cursor Cursor.Simple.List.NonEmpty

    No documentation available.

  2. mapCursorSelectFirst :: MapCursor k v -> MapCursor k v

    cursor Cursor.Simple.Map

    No documentation available.

  3. treeCursorSelectFirst :: TreeCursor a -> TreeCursor a

    cursor Cursor.Simple.Tree

    No documentation available.

  4. treeCursorSelectFirstOnSameLevel :: TreeCursor a -> TreeCursor a

    cursor Cursor.Simple.Tree

    No documentation available.

  5. textFieldCursorSelectFirstLine :: TextFieldCursor -> TextFieldCursor

    cursor Cursor.TextField

    No documentation available.

  6. treeCursorSelectFirst :: (a -> b) -> (b -> a) -> TreeCursor a b -> TreeCursor a b

    cursor Cursor.Tree.Movement

    No documentation available.

  7. treeCursorSelectFirstOnSameLevel :: (a -> b) -> (b -> a) -> TreeCursor a b -> TreeCursor a b

    cursor Cursor.Tree.Movement

    No documentation available.

  8. UnsafeFirst :: forall (e :: Effect) (f :: Type -> Type) (g :: Type -> Type) . Ordership 'FirstOrder e f g

    data-effects-core Data.Effect.OpenUnion

    No documentation available.

  9. curryFirst :: forall (n :: PeanoNum) a b . Fun ('S n) a b -> a -> Fun n a b

    fixed-vector Data.Vector.Fixed.Cont

    Curry first parameter of n-ary function

  10. uncurryFirst :: forall a (n :: PeanoNum) b . (a -> Fun n a b) -> Fun ('S n) a b

    fixed-vector Data.Vector.Fixed.Cont

    Uncurry first parameter of n-ary function

Page 74 of many | Previous | Next