Module Parsexp

include Parsexp__.Parsexp_intf.Parsexp
module Positions : sig ... end

Compact set of positions

module Cst : sig ... end

Concrete syntax tree of s-expressions

module Parse_error : sig ... end
exception Parse_error of Parse_error.t

Exception raised in case of a parsing error

module Many_cst : Parser with type parsed_value = Cst.t_or_comment list
module Of_sexp_error : sig ... end
exception Of_sexp_error of Of_sexp_error.t

Exception raised in case of a conversion error

module Conv_error : sig ... end
module type Conv = Parsexp__.Parsexp_intf.Conv with module Parse_error := Parse_error with module Of_sexp_error := Of_sexp_error with module Conv_error := Conv_error
type 'a id = 'a
type sexp_list = Parsexp__.Import.Ppx_sexp_conv_lib.Sexp.t list
module Conv_many : Conv with type 'a res := 'a list and type parsed_sexp := sexp_list and type chunk_to_conv := Parsexp__.Import.Ppx_sexp_conv_lib.Sexp.t
module Conv_many_at_once : Conv with type 'a res := 'a id and type parsed_sexp := sexp_list and type chunk_to_conv := sexp_list
module Private : sig ... end