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

Safe HaskellNone

Snap.Util.Readable

Synopsis

Documentation

class Readable a where

Monadic analog to Read that uses ByteString instead of String.

Methods

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

Instances

Readable Double 
Readable Int 
Readable Integer 
Readable ByteString 
Readable Text