Hoogle Search

Within LTS Haskell 24.46 (ghc-9.10.3)

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

  1. PersistMarshalError :: Text -> PersistException

    esqueleto Database.Esqueleto.Legacy

    No documentation available.

  2. PersistMongoDBError :: Text -> PersistException

    esqueleto Database.Esqueleto.Legacy

    No documentation available.

  3. PersistMongoDBUnsupported :: Text -> PersistException

    esqueleto Database.Esqueleto.Legacy

    No documentation available.

  4. type SqlPersistM = SqlPersistT NoLoggingT ResourceT IO

    esqueleto Database.Esqueleto.Legacy

    No documentation available.

  5. getStmtConn :: SqlBackend -> Text -> IO Statement

    esqueleto Database.Esqueleto.Legacy

    No documentation available.

  6. liftSqlPersistMPool :: forall backend m a . (MonadIO m, BackendCompatible SqlBackend backend) => ReaderT backend (NoLoggingT (ResourceT IO)) a -> Pool backend -> m a

    esqueleto Database.Esqueleto.Legacy

    No documentation available.

  7. runSqlPersistM :: BackendCompatible SqlBackend backend => ReaderT backend (NoLoggingT (ResourceT IO)) a -> backend -> IO a

    esqueleto Database.Esqueleto.Legacy

    No documentation available.

  8. runSqlPersistMPool :: BackendCompatible SqlBackend backend => ReaderT backend (NoLoggingT (ResourceT IO)) a -> Pool backend -> IO a

    esqueleto Database.Esqueleto.Legacy

    No documentation available.

  9. constM :: m b -> Cell m a b

    essence-of-live-coding LiveCoding.Cell

    No documentation available.

  10. castMigration :: Migration

    essence-of-live-coding LiveCoding.Migrate.Migration

    Try to migrate by casting the first type into the second

Page 65 of many | Previous | Next