 | WashNGo-2.9: WASH is a family of embedded domain specific languages (EDSL) for programming Web applications in Haskell. | Contents | Index |
|
|
|
|
Synopsis |
|
| | encode :: (String, String) -> String | | decode :: String -> Maybe (String, String) | | breakList :: (x -> Bool) -> [x] -> [[x]] |
|
|
Documentation |
|
data ENC |
Constructors | | Instances | |
|
|
encode :: (String, String) -> String |
maps (mediatype, contents) to data URL
|
|
decode :: String -> Maybe (String, String) |
maps data URL to Just (mediatype, contents) or Nothing in case of a
syntax error.
|
|
breakList :: (x -> Bool) -> [x] -> [[x]] |
|
Produced by Haddock version 0.8 |