Hoogle Search

Within LTS Haskell 24.3 (ghc-9.10.2)

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

  1. class Deserializable α

    data-serializer Data.Deserializer

    Deserializable type. get must not rely on eof.

  2. class RestDeserializable α

    data-serializer Data.Deserializer

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

  3. class RestSerializable α

    data-serializer Data.Serializer

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

  4. class Serializable α => SizedSerializable α

    data-serializer Data.Serializer

    Types with fixed serialized size.

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

    pg-transact Database.PostgreSQL.Transact

    No documentation available.

  6. PHPSessionCouldntDecodeSerializablePast :: ByteString -> PHPSessionDecodingError

    hs-php-session Data.PHPSession.Types

    No documentation available.

Page 4 of many | Previous | Next