package core_kernel

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t = Base__Info.Internal_repr.t =
  1. | String of string
  2. | Exn of exn
  3. | Tag_t of string * t
  4. | Of_list of int option * t list
  5. | With_backtrace of t * string
val sexp_of_t : t -> Base__.Ppx_sexp_conv_lib.Sexp.t
val of_info : Base__Info.t -> t
val to_info : t -> Base__Info.t
OCaml

Innovation. Community. Security.