package core_kernel

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type

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

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