• About
  • Snapshots
  • LTS
  • Nightly
  • FAQ
  • Blog

Hoogle Search

Within LTS Haskell 24.32 (ghc-9.10.3)

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. getFirstArg :: MonadFail m => Arguments -> Option -> m String

    docopt System.Console.Docopt

    Deprecated: Use getAllArgs instead

  10. getFirstArg :: MonadFail m => Arguments -> Option -> m String

    docopt System.Console.Docopt.NoTH

    Deprecated: Use getAllArgs instead

Page 74 of many | Previous | Next

Stackage is a service provided by the Haskell Foundation │ Originally developed by FP Complete