-- Hoogle documentation, generated by Haddock -- See Hoogle, http://www.haskell.org/hoogle/ -- | UTF-8 -- -- UTF-8 @package utf @version 0.0.0.0 module Codec.Text.UTF8 data Error decode1 :: [Word8] -> Maybe (Either Error Char, [Word8]) instance GHC.Show.Show Codec.Text.UTF8.Error instance GHC.Classes.Eq Codec.Text.UTF8.Error