module State : Parsexp__.Parsexp_intf.Parser_state
module Stack : Parsexp__.Parsexp_intf.Parser_stack
val feed_eoi : State.t ‑> Stack.t ‑> parsed_value
Instruct the parser that the end of input was reached. In case of error, it raises
Parse_error
module Error : sig ... end
val parse_string : string ‑> (parsed_value, Error.t) Pervasives.result
val parse_string_exn : string ‑> parsed_value