package sexplib

  1. Overview
  2. Docs
Library for serializing OCaml values to and from S-expressions

Install

Dune Dependency

Authors

Maintainers

Sources

v0.9.3.tar.gz
sha256=2301ae60d0d5d691c690536bb36b711192506ac64b60c57fda6cd11bb85d3608
md5=fdee4eef1918f599a07b05699e971bb6

doc/sexplib.0/Sexplib0/Sexp_conv_error/index.html

Module Sexplib0.Sexp_conv_errorSource

Sourceval tuple_of_size_n_expected : 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_only_pairs_expected : string -> Sexp.t -> 'a
Sourceval record_superfluous_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 silly_type : string -> Sexp.t -> 'a
Sourceval empty_type : string -> Sexp.t -> 'a
OCaml

Innovation. Community. Security.