Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
include Combinators with type token = CharToken.t
type token = CharToken.t
val string_of_parse_error : parse_error -> string
val eof : unit t
val fail : parse_error -> 'a t
val return : 'a -> 'a t
val string : string -> string t