package core

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

Module Sexp.Of_string_conv_exnSource

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

Sourcetype t = {
  1. exc : exn;
  2. sexp : Sexplib.Type.t;
  3. sub_sexp : Sexplib.Type.t;
}
Sourceexception E of t
OCaml

Innovation. Community. Security.