Hoogle Search

Within LTS Haskell 24.56 (ghc-9.10.3)

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

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

    persistent-mtl Database.Persist.Sql.Shim

    No documentation available.

  2. PersistMap :: [(Text, PersistValue)] -> PersistValue

    persistent-redis Database.Persist.Redis

    No documentation available.

  3. PersistMarshalError :: Text -> PersistException

    persistent-redis Database.Persist.Redis

    No documentation available.

  4. PersistMongoDBError :: Text -> PersistException

    persistent-redis Database.Persist.Redis

    No documentation available.

  5. PersistMongoDBUnsupported :: Text -> PersistException

    persistent-redis Database.Persist.Redis

    No documentation available.

  6. getPersistMap :: PersistValue -> Either Text [(Text, PersistValue)]

    persistent-redis Database.Persist.Redis

    FIXME Add documentation to that.

  7. type SqlPersistMFor db = ReaderT SqlFor db NoLoggingT ResourceT IO

    persistent-typed-db Database.Persist.Typed

    A specialization of SqlPersistM that uses the underlying db database type.

  8. getRequestMessage :: Request o -> Message

    pinch Pinch.Server

    Extract the message contained in the request.

  9. mapRequestMessage :: (Message -> Message) -> Request o -> Request o

    pinch Pinch.Server

    Map the message contained in the request.

  10. threadWaitReadPtySTM :: Pty -> IO (STM (), IO ())

    posix-pty System.Posix.Pty

    Equivalent to threadWaitReadSTM.

Page 197 of many | Previous | Next