Hoogle Search

Within LTS Haskell 24.51 (ghc-9.10.3)

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

  1. newtype PgInterval

    persistent-postgresql Database.Persist.Postgresql

    Represent Postgres interval using NominalDiffTime

  2. PgInterval :: NominalDiffTime -> PgInterval

    persistent-postgresql Database.Persist.Postgresql

    No documentation available.

  3. data PostgresConf

    persistent-postgresql Database.Persist.Postgresql

    Information required to connect to a PostgreSQL database using persistent's generic facilities. These values are the same that are given to withPostgresqlPool.

  4. PostgresConf :: ConnectionString -> Int -> Integer -> Int -> PostgresConf

    persistent-postgresql Database.Persist.Postgresql

    No documentation available.

  5. data PostgresConfHooks

    persistent-postgresql Database.Persist.Postgresql

    Hooks for configuring the Persistent/its connection to Postgres

  6. PostgresConfHooks :: (Connection -> IO (NonEmpty Word)) -> (Connection -> IO ()) -> PostgresConfHooks

    persistent-postgresql Database.Persist.Postgresql

    No documentation available.

  7. newtype PgInterval

    persistent-postgresql Database.Persist.Postgresql.Internal

    Represent Postgres interval using NominalDiffTime

  8. PgInterval :: NominalDiffTime -> PgInterval

    persistent-postgresql Database.Persist.Postgresql.Internal

    No documentation available.

  9. class (Eq a, Monoid a) => ParserInput a

    pipes-attoparsec Pipes.Attoparsec

    A class for valid attoparsec input types

  10. data ParsingError

    pipes-attoparsec Pipes.Attoparsec

    A parsing error report, as provided by Attoparsec's Fail.

Page 637 of many | Previous | Next