Up

Module Scheme_type

Signature

type t =
| Dep of (int * t Dep.t)
| Rules of Ruleset.t
| All of t list
| Exclude of (Path.Rel.t -> bool) * t
val sexp_of_t : t -> Sexplib.Sexp.t