Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
include Module_types.READABLE
val has_more : t -> bool
Does the structure have more characters to read?
val peek : t -> char
peek r
returns the next character.
val make : char -> t
make c
makes a character reader with the character c
.