Haskell Xml Toolbox 7.5: The Arrow APISource codeContentsIndex
Data.Char.UTF8
Documentation
encode :: [Char] -> [Word8]
decode :: [Word8] -> ([Char], [(Error, Int)])
decodeEmbedErrors :: [Word8] -> [Either (Error, Int) Char]
encodeOne :: Char -> [Word8]
decodeOne :: [Word8] -> (Either Error Char, Int, [Word8])
data Error
show/hide Instances
Eq Error
Show Error
Produced by Haddock version 0.8