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.
PersistMap :: [(Text, PersistValue)] -> PersistValuepersistent-redis Database.Persist.Redis No documentation available.
PersistMarshalError :: Text -> PersistExceptionpersistent-redis Database.Persist.Redis No documentation available.
PersistMongoDBError :: Text -> PersistExceptionpersistent-redis Database.Persist.Redis No documentation available.
PersistMongoDBUnsupported :: Text -> PersistExceptionpersistent-redis Database.Persist.Redis No documentation available.
getPersistMap :: PersistValue -> Either Text [(Text, PersistValue)]persistent-redis Database.Persist.Redis FIXME Add documentation to that.
type
SqlPersistMFor db = ReaderT SqlFor db NoLoggingT ResourceT IOpersistent-typed-db Database.Persist.Typed A specialization of SqlPersistM that uses the underlying db database type.
getRequestMessage :: Request o -> Messagepinch Pinch.Server Extract the message contained in the request.
mapRequestMessage :: (Message -> Message) -> Request o -> Request opinch Pinch.Server Map the message contained in the request.
threadWaitReadPtySTM :: Pty -> IO (STM (), IO ())posix-pty System.Posix.Pty Equivalent to threadWaitReadSTM.
threadWaitWritePtySTM :: Pty -> IO (STM (), IO ())posix-pty System.Posix.Pty Equivalent to threadWaitWriteSTM.