spin.lib
Spin.Config_file_doc
type cst =
| Name of Base.string
| Description of Base.string
val cst_of_sexp : Sexplib0.Sexp.t -> cst
type t = {
name : Base.string;
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