package sexplib

  1. Overview
  2. Docs

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

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