Files
bors 5e91de65d7 Auto merge of #157104 - nnethercote:predicate-clause-cleanups, r=BoxyUwU
Predicate/clause cleanups



`Clause` is a subset of `Predicate`, more or less. (Interning makes things slightly more complicated than that.) There are numerous places where the code deals in predicates but really only clauses are possible. This PR eliminates some of them. Details in individual commits.

r? @lqd
2026-07-08 00:03:13 +00:00
..