Creates a Pat which can be used in quantifiers.
Pat patN(Iterable<Expr> terms) => Pat(terms.toList()).declare();