Module Jenga_lib.Scheme_type

type t =
| Dep of t Dep.t
| Glob of Db.Glob.t * Path.t list ‑> t
| Rules of [ `Duplicate_target of Path.Rel.t | `Ok of Ruleset.t ]
| All of t list
val sexp_of_t : t ‑> Sexplib.Sexp.t