package hardcaml

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
module Kind : sig ... end
type t = {
  1. kind : Kind.t;
  2. length : Base.Int.t;
}
val sexp_of_t : t -> Ppx_sexp_conv_lib.Sexp.t