Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
include CharCombinators
with type pos = FilePos.t
with type pos0_arg = FilePos.pos0_arg
include Combinators
with type token = CharToken.t
with type pos = FilePos.t
with type pos0_arg = FilePos.pos0_arg
type token = CharToken.t
type pos = FilePos.t
type pos0_arg = FilePos.pos0_arg
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
val parse_file : string -> 'a t -> ('a, parse_error) result