snap-core-0.9.6.3: Snap: A Haskell Web Framework (core interfaces and types)
Snap.Util.Readable
Synopsis
class Readable a whereSource
Monadic analog to Read that uses ByteString instead of String.
Methods
fromBS :: Monad m => ByteString -> m aSource
Instances