Module Dune_project.Predicate
type t = [
| `generate_opam_files of [ `is_present ] Blang.t
| `implicit_transitive_deps of [ `equals of Base.bool ] Blang.t
| `name of
[ `equals of Dunolint__Dune_project0.Name.Predicate.name
| `is_prefix of Base.string
| `is_suffix of Base.string ]
Blang.t
]
val compare : t -> t -> Base.int
val equal : t -> t -> Base.bool
val sexp_of_t : t -> Sexplib0.Sexp.t
val t_of_sexp : Sexplib0.Sexp.t -> t
val __t_of_sexp__ : Sexplib0.Sexp.t -> t