ParsexpSourceSame as Parser but gives back a s-expression as soon as they are found in the input.
Exception raised in case of a conversion error
Exception raised in case of a parsing error
Same as Parser but gives back a s-expression as soon as they are found in the input.
module Many_and_positions :
Parser with type parsed_value = Sexplib0.Sexp.t list * Positions.tmodule Eager_and_positions :
Eager_parser with type parsed_value = Sexplib0.Sexp.t * Positions.tSame as Parser but gives back a s-expression as soon as they are found in the input.
Same as Parser but gives back a s-expression as soon as they are found in the input.
Same as Parser but gives back a s-expression as soon as they are found in the input.
module Conv_single :
Conv
with type 'a res := 'a id
and type parsed_sexp := Sexplib0.Sexp.t
and type chunk_to_conv := Sexplib0.Sexp.tmodule Conv_many :
Conv
with type 'a res := 'a list
and type parsed_sexp := sexp_list
and type chunk_to_conv := Sexplib0.Sexp.tmodule Conv_many_at_once :
Conv
with type 'a res := 'a id
and type parsed_sexp := sexp_list
and type chunk_to_conv := sexp_list