package spin

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