package core

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t = {
  1. size_in_words : Base.Int.t;
  2. is_major : Base.Bool.t;
  3. backtrace : Base.String.t;
}
val sexp_of_t : t -> Sexplib0.Sexp.t