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

Hoogle Search

Within LTS Haskell 24.55 (ghc-9.10.3)

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

  1. c_sqlite3_step :: Ptr CStatement -> IO CError

    direct-sqlite Database.SQLite3.Bindings

    https://www.sqlite.org/c3ref/step.html

  2. c_sqlite3_step_unsafe :: Ptr CStatement -> IO CError

    direct-sqlite Database.SQLite3.Bindings

    https://www.sqlite.org/c3ref/step.html

  3. data BackupStepResult

    direct-sqlite Database.SQLite3.Direct

    No documentation available.

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

    direct-sqlite Database.SQLite3.Direct

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

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

    functor-combinators Control.Applicative.Step

    No documentation available.

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

    functor-combinators Data.Functor.Combinator

    No documentation available.

  7. AnotherMovementStep :: Int -> MovementStep

    gi-gtk3 GI.Gtk.Enums

    Catch-all for unknown values

  8. AnotherScrollStep :: Int -> ScrollStep

    gi-gtk3 GI.Gtk.Enums

    Catch-all for unknown values

  9. data MovementStep

    gi-gtk3 GI.Gtk.Enums

    No description available in the introspection data.

  10. MovementStepBufferEnds :: MovementStep

    gi-gtk3 GI.Gtk.Enums

    Move to ends of the buffer

Page 59 of many | Previous | Next

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