Common.Fill_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 : int -> char -> tmake n c makes a character filler with n characters c.