package sexplib

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