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

Hoogle Search

Within LTS Haskell 24.40 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. backupStep :: Backup -> Int -> IO (Either Error BackupStepResult)

    direct-sqlite Database.SQLite3.Direct

    https://www.sqlite.org/c3ref/backup_finish.html#sqlite3backupstep

  2. getSteps :: Steps (f :: k -> Type) (a :: k) -> NEMap Natural (f a)

    functor-combinators Control.Applicative.Step

    No documentation available.

  3. getSteps :: Steps (f :: k -> Type) (a :: k) -> NEMap Natural (f a)

    functor-combinators Data.Functor.Combinator

    No documentation available.

  4. AnotherMovementStep :: Int -> MovementStep

    gi-gtk3 GI.Gtk.Enums

    Catch-all for unknown values

  5. AnotherScrollStep :: Int -> ScrollStep

    gi-gtk3 GI.Gtk.Enums

    Catch-all for unknown values

  6. data MovementStep

    gi-gtk3 GI.Gtk.Enums

    No description available in the introspection data.

  7. MovementStepBufferEnds :: MovementStep

    gi-gtk3 GI.Gtk.Enums

    Move to ends of the buffer

  8. MovementStepDisplayLineEnds :: MovementStep

    gi-gtk3 GI.Gtk.Enums

    Move to either end of a line

  9. MovementStepDisplayLines :: MovementStep

    gi-gtk3 GI.Gtk.Enums

    Move up or down lines (wrapped lines)

  10. MovementStepHorizontalPages :: MovementStep

    gi-gtk3 GI.Gtk.Enums

    Move horizontally by pages

Page 59 of many | Previous | Next

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