Module Sexplib.Conv_error

include Sexplib0.Sexp_conv_error
val tuple_of_size_n_expected : string ‑> int ‑> Sexplib0.Sexp.t ‑> 'a
val stag_no_args : string ‑> Sexplib0.Sexp.t ‑> 'a
val stag_incorrect_n_args : string ‑> string ‑> Sexplib0.Sexp.t ‑> 'a
val stag_takes_args : string ‑> Sexplib0.Sexp.t ‑> 'a
val nested_list_invalid_sum : string ‑> Sexplib0.Sexp.t ‑> 'a
val empty_list_invalid_sum : string ‑> Sexplib0.Sexp.t ‑> 'a
val unexpected_stag : string ‑> Sexplib0.Sexp.t ‑> 'a
val record_only_pairs_expected : string ‑> Sexplib0.Sexp.t ‑> 'a
val record_superfluous_fields : what:string ‑> loc:string ‑> string list ‑> Sexplib0.Sexp.t ‑> 'a
val record_duplicate_fields : string ‑> string list ‑> Sexplib0.Sexp.t ‑> 'a
val record_extra_fields : string ‑> string list ‑> Sexplib0.Sexp.t ‑> 'a
val record_get_undefined_loop : string list ‑> (bool * string) list ‑> string
val record_undefined_elements : string ‑> Sexplib0.Sexp.t ‑> (bool * string) list ‑> 'a
val record_list_instead_atom : string ‑> Sexplib0.Sexp.t ‑> 'a
val record_poly_field_value : string ‑> Sexplib0.Sexp.t ‑> 'a
exception No_variant_match
val no_variant_match : unit ‑> 'a
val no_matching_variant_found : string ‑> Sexplib0.Sexp.t ‑> 'a
val ptag_no_args : string ‑> Sexplib0.Sexp.t ‑> 'a
val ptag_incorrect_n_args : string ‑> string ‑> Sexplib0.Sexp.t ‑> 'a
val ptag_takes_args : string ‑> Sexplib0.Sexp.t ‑> 'a
val nested_list_invalid_poly_var : string ‑> Sexplib0.Sexp.t ‑> 'a
val empty_list_invalid_poly_var : string ‑> Sexplib0.Sexp.t ‑> 'a
val silly_type : string ‑> Sexplib0.Sexp.t ‑> 'a
val empty_type : string ‑> Sexplib0.Sexp.t ‑> 'a