package spin

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