 | WashNGo-2.12: WASH is a family of embedded domain specific languages (EDSL) for programming Web applications in Haskell. | Contents | Index |
|
|
|
| Description |
| Implements RFC 2045 MIME coding.
|
|
| Synopsis |
|
|
|
| Documentation |
|
| encode :: String -> String |
| Yields encoded input cropped to lines of less than 76 characters. Directly
usable as email body.
|
|
| encode' :: String -> String |
| yields continuous stream of bytes.
|
|
| decode :: String -> String |
| Directly applicable to email body.
|
|
| decode' :: String -> String |
| Only applicable to stream of Base64 characters.
|
|
| alphabet_list :: String |
| Base64 alphabet in encoding order.
|
|
| Produced by Haddock version 0.8 |