Module Core_kernel__.Core_sexp.Of_string_conv_exn

Module encapsulating the exception raised by string converters when type conversions fail.

type t = {
exc : exn;
sexp : Sexplib.Type.t;
sub_sexp : Sexplib.Type.t;
}
exception E of t