Hoogle Search

Within LTS Haskell 24.51 (ghc-9.10.3)

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

  1. readHexp :: (Num a, Integral a) => STR a

    RefSerialize Data.RefSerialize

    No documentation available.

  2. readVar :: Serialize c => STR c -> STR c

    RefSerialize Data.RefSerialize

    deserialize a variable serialized with insertVar. Memory references are restored

  3. readp :: Serialize c => STR c

    RefSerialize Data.RefSerialize

    No documentation available.

  4. readpBinary :: Binary a => STR a

    RefSerialize Data.RefSerialize

    deserialize a variable serialized by showpBinary

  5. readpText :: Read a => STR a

    RefSerialize Data.RefSerialize

    if a is an instance of Read, readpText can be used as the readp method the drawback is that the data inside is not inspected for common references so it is recommended to create your own readp method for your complex data structures

  6. readContent :: STR ByteString

    RefSerialize Data.RefSerialize.Parser

    No documentation available.

  7. readContext :: ByteString -> ByteString -> (ByteString, ByteString)

    RefSerialize Data.RefSerialize.Serialize

    No documentation available.

  8. readAll :: (Typeable a, Serialize a) => RefQueue a -> IO [a]

    TCache Data.Persistent.Collection

    Return the list of all elements in the queue and empty it

  9. readAllSTM :: (Typeable a, Serialize a) => RefQueue a -> STM [a]

    TCache Data.Persistent.Collection

    A version in the STM monad

  10. readDBRef :: (IResource a, Typeable a) => DBRef a -> STM (Maybe a)

    TCache Data.TCache

    Return the reference value. If it is not in the cache, it is fetched from the database.

Page 294 of many | Previous | Next