package spin

  1. Overview
  2. Docs
type t = {
  1. name : Spin_std.string;
  2. description : Spin_std.string;
  3. enabled_if : Expr.t Spin_std.option;
}
val decode : Spin_std.Sexp.t -> (t, Spin__Decoder.error) Spin_std.Result.t