| Safe Haskell | Safe-Inferred |
|---|---|
| Language | Haskell98 |
Codec.Binary.Base91.ByteString.Lazy
- decode :: [Char] -> ByteString
- encode :: ByteString -> [Char]
Documentation
decode :: [Char] -> ByteString Source
Decodes a (lazy) ByteString from [Char] in Base91; the opposite of encode.
encode :: ByteString -> [Char] Source
Encodes a (lazy) ByteString to [Char] in Base91; the opposite of decode.