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

Hoogle Search

Within LTS Haskell 24.40 (ghc-9.10.3)

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

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

    persistent-redis Database.Persist.Redis

    No documentation available.

  2. PersistMarshalError :: Text -> PersistException

    persistent-redis Database.Persist.Redis

    No documentation available.

  3. PersistMongoDBError :: Text -> PersistException

    persistent-redis Database.Persist.Redis

    No documentation available.

  4. PersistMongoDBUnsupported :: Text -> PersistException

    persistent-redis Database.Persist.Redis

    No documentation available.

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

    persistent-redis Database.Persist.Redis

    FIXME Add documentation to that.

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

  7. getRequestMessage :: Request o -> Message

    pinch Pinch.Server

    Extract the message contained in the request.

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

    pinch Pinch.Server

    Map the message contained in the request.

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

    posix-pty System.Posix.Pty

    Equivalent to threadWaitReadSTM.

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

    posix-pty System.Posix.Pty

    Equivalent to threadWaitWriteSTM.

Page 197 of many | Previous | Next

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