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

Safe HaskellNone

Snap.Util.Readable

Synopsis

Documentation

class Readable a whereSource

Monadic analog to Read that uses ByteString instead of String.

Methods

fromBS :: Monad m => ByteString -> m aSource

Instances

Readable Double 
Readable Int 
Readable Integer 
Readable ByteString 
Readable Text