Common.Char_readerinclude Module_types.READABLEval has_more : t -> boolDoes the structure have more characters to read?
val peek : t -> charpeek r returns the next character.
val make : char -> tmake c makes a character reader with the character c.