package sexplib0

  1. Overview
  2. Docs
Library containing the definition of S-expressions and some base converters

Install

dune-project
 Dependency

Authors

Maintainers

Sources

v0.17.0.tar.gz
md5=abafe8fd1d6302e55a315f4d78960d2a
sha512=ad387e40789fe70a11473db7e85fe017b801592624414e9030730b2e92ea08f98095fb6e9236430f33c801605ebee0a2a6284e0f618a26a7da4599d4fd9d395d

doc/sexplib0/Sexplib0/Sexp_conv_error/index.html

Module Sexplib0.Sexp_conv_errorSource

Sourceexception Of_sexp_error of exn * Sexp.t
Sourceval error : loc:string -> sexp:Sexp.t -> string -> 'a
Sourceval simple_error : string -> string -> Sexp.t -> 'a
Sourceval tuple_of_size_n_expected : string -> int -> Sexp.t -> 'a
Sourceval tuple_pair_expected : string -> string -> Sexp.t -> 'a
Sourceval tuple_incorrect_label : string -> string -> int -> Sexp.t -> 'a
Sourceval stag_no_args : string -> Sexp.t -> 'a
Sourceval stag_incorrect_n_args : string -> string -> Sexp.t -> 'a
Sourceval stag_takes_args : string -> Sexp.t -> 'a
Sourceval nested_list_invalid_sum : string -> Sexp.t -> 'a
Sourceval empty_list_invalid_sum : string -> Sexp.t -> 'a
Sourceval unexpected_stag : string -> Sexp.t -> 'a
Sourceval record_sexp_bool_with_payload : string -> Sexp.t -> 'a
Sourceval record_only_pairs_expected : string -> Sexp.t -> 'a
Sourceval record_invalid_fields : what:string -> loc:string -> string list -> Sexp.t -> 'a
Sourceval record_duplicate_fields : string -> string list -> Sexp.t -> 'a
Sourceval record_extra_fields : string -> string list -> Sexp.t -> 'a
Sourceval record_get_undefined_loop : string list -> (bool * string) list -> string
Sourceval record_undefined_elements : string -> Sexp.t -> (bool * string) list -> 'a
Sourceval record_list_instead_atom : string -> Sexp.t -> 'a
Sourceval record_poly_field_value : string -> Sexp.t -> 'a
Sourceexception No_variant_match
Sourceval no_variant_match : unit -> 'a
Sourceval no_matching_variant_found : string -> Sexp.t -> 'a
Sourceval ptag_no_args : string -> Sexp.t -> 'a
Sourceval ptag_incorrect_n_args : string -> string -> Sexp.t -> 'a
Sourceval ptag_takes_args : string -> Sexp.t -> 'a
Sourceval nested_list_invalid_poly_var : string -> Sexp.t -> 'a
Sourceval empty_list_invalid_poly_var : string -> Sexp.t -> 'a
Sourceval empty_type : string -> Sexp.t -> 'a