Creates a Lambda quantifier.
Lambda lambda(Iterable<ConstVar> args, Expr body) => currentContext.lambdaConst(args.toList(), body).declare();