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

Hoogle Search

Within LTS Haskell 24.38 (ghc-9.10.3)

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

  1. stmtReset :: Statement -> IO ()

    persistent Database.Persist.Sql.Types.Internal

    No documentation available.

  2. stmtExecute :: Statement -> [PersistValue] -> IO Int64

    persistent Database.Persist.SqlBackend.Internal.Statement

    No documentation available.

  3. stmtFinalize :: Statement -> IO ()

    persistent Database.Persist.SqlBackend.Internal.Statement

    No documentation available.

  4. stmtQuery :: Statement -> forall (m :: Type -> Type) . MonadIO m => [PersistValue] -> Acquire (ConduitM () [PersistValue] m ())

    persistent Database.Persist.SqlBackend.Internal.Statement

    No documentation available.

  5. stmtReset :: Statement -> IO ()

    persistent Database.Persist.SqlBackend.Internal.Statement

    No documentation available.

  6. stMediaBag :: CommonState -> MediaBag

    pandoc Text.Pandoc.Class

    Media parsed from binary containers

  7. package stm-chans

    Additional types of channels for STM. Additional types of channels for STM.

  8. stmtExecute :: Statement -> [PersistValue] -> IO Int64

    esqueleto Database.Esqueleto

    No documentation available.

  9. stmtFinalize :: Statement -> IO ()

    esqueleto Database.Esqueleto

    No documentation available.

  10. stmtQuery :: Statement -> forall (m :: Type -> Type) . MonadIO m => [PersistValue] -> Acquire (ConduitM () [PersistValue] m ())

    esqueleto Database.Esqueleto

    No documentation available.

Page 10 of many | Previous | Next

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