package spin

  1. Overview
  2. Docs
type cst =
  1. | Name of Base.string
  2. | Description of Base.string
val cst_of_sexp : Sexplib0.Sexp.t -> cst
type t = {
  1. name : Base.string;
  2. description : Base.string;
}
type doc = t
val path : string
val doc_of_cst : cst Base.list -> doc
val t_of_cst : use_defaults:'a -> models:'b -> global_context:'c -> cst Base.list -> doc