Safe Haskell | Safe-Infered |
---|
- encode :: String -> ByteString
- decode :: ByteString -> String
Documentation
encode :: String -> ByteStringSource
Encode a string into its ascii form
decode :: ByteString -> StringSource
Decode a string into its unicode form
Safe Haskell | Safe-Infered |
---|
encode :: String -> ByteStringSource
Encode a string into its ascii form
decode :: ByteString -> StringSource
Decode a string into its unicode form