snap-core-0.9.7.2: Snap: A Haskell Web Framework (core interfaces and types)

Safe HaskellNone
LanguageHaskell98

Snap.Util.Readable

Synopsis

Documentation

class Readable a where Source

Monadic analog to Read that uses ByteString instead of String.

Methods

fromBS :: Monad m => ByteString -> m a Source