Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Documentation
For getting values from url captures and query string parameters Instances should obey: > fromText (toText a) == Just a
FromText Bool |
|
FromText Double | |
FromText Float | |
FromText Int | |
FromText Int8 | |
FromText Int16 | |
FromText Int32 | |
FromText Int64 | |
FromText Integer | |
FromText Word | |
FromText Word8 | |
FromText Word16 | |
FromText Word32 | |
FromText Word64 | |
FromText String | |
FromText Text |
For putting values in paths and query string parameters Instances should obey: > fromText (toText a) == Just a