Hoogle Search

Within LTS Haskell 22.26 (ghc-9.6.5)

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

  1. fromSerializableException :: SerializableException -> SomeException

    ghc-lib-parser GHCi.Message

    No documentation available.

  2. toSerializableException :: SomeException -> SerializableException

    ghc-lib-parser GHCi.Message

    No documentation available.

  3. class Deserializable α

    data-serializer Data.Deserializer

    Deserializable type. get must not rely on eof.

  4. class RestDeserializable α

    data-serializer Data.Deserializer

    Deserializable type. getRest must consume all the remaining input or fail.

  5. class RestSerializable α

    data-serializer Data.Serializer

    Serializable type. putRest must work under assumption that it will not be followed by any more output.

  6. class Serializable α => SizedSerializable α

    data-serializer Data.Serializer

    Types with fixed serialized size.

  7. runDBTSerializable :: MonadBaseControl IO m => DBT m a -> Connection -> m a

    pg-transact Database.PostgreSQL.Transact

    No documentation available.

  8. pgWithTransactionSerializable :: (HasPostgres m, MonadBaseControl IO m, TransactionSafe m) => (HasCallStack => m a) -> m a

    postgresql-query Database.PostgreSQL.Query.Functions

    Wrapper for withTransactionSerializable: Execute an action inside of a Serializable transaction. If a serialization failure occurs, roll back the transaction and try again. Be warned that this may execute the IO action multiple times. A Serializable transaction creates the illusion that your program has exclusive access to the database. This means that, even in a concurrent setting, you can perform queries in sequence without having to worry about what might happen between one statement and the next.

  9. PHPSessionCouldntDecodeSerializablePast :: ByteString -> PHPSessionDecodingError

    hs-php-session Data.PHPSession.Types

    No documentation available.

Page 3 of many | Previous | Next