Hoogle Search

Within LTS Haskell 24.4 (ghc-9.10.2)

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

  1. PersistMongoDBError :: Text -> PersistException

    esqueleto Database.Esqueleto.Legacy

    No documentation available.

  2. PersistMongoDBUnsupported :: Text -> PersistException

    esqueleto Database.Esqueleto.Legacy

    No documentation available.

  3. type SqlPersistM = SqlPersistT NoLoggingT ResourceT IO

    esqueleto Database.Esqueleto.Legacy

    No documentation available.

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

    esqueleto Database.Esqueleto.Legacy

    No documentation available.

  5. 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.

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

    esqueleto Database.Esqueleto.Legacy

    No documentation available.

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

    esqueleto Database.Esqueleto.Legacy

    No documentation available.

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

    essence-of-live-coding LiveCoding.Cell

    No documentation available.

  9. castMigration :: Migration

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

    Try to migrate by casting the first type into the second

  10. constMigrationFrom2 :: Typeable t => (forall a b c . (Typeable a, Typeable b, Typeable c) => t b c -> Maybe a) -> Migration

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

    No documentation available.

Page 65 of many | Previous | Next