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.
readHexp :: (Num a, Integral a) => STR aRefSerialize Data.RefSerialize No documentation available.
readVar :: Serialize c => STR c -> STR cRefSerialize Data.RefSerialize deserialize a variable serialized with insertVar. Memory references are restored
-
RefSerialize Data.RefSerialize No documentation available.
readpBinary :: Binary a => STR aRefSerialize Data.RefSerialize deserialize a variable serialized by showpBinary
-
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
-
RefSerialize Data.RefSerialize.Parser No documentation available.
readContext :: ByteString -> ByteString -> (ByteString, ByteString)RefSerialize Data.RefSerialize.Serialize No documentation available.
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
readAllSTM :: (Typeable a, Serialize a) => RefQueue a -> STM [a]TCache Data.Persistent.Collection A version in the STM monad
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.