module Text.Read.Internal where import qualified Prelude() import Data.Char_Type lex :: String -> [(String, String)] lexLitChar :: String -> [(String, String)] readLitChar :: String -> [(Char, String)]