From 58c511a607a7a3560590b49f17ee3e92b364dbcf Mon Sep 17 00:00:00 2001 From: Morgan Deters Date: Mon, 27 Aug 2012 19:27:28 +0000 Subject: * Reversing commit r4258 (which disabled failing regressions). Fixed the problem so they're no longer failing (in the quantifiers rewriter). Resolves bug #381. * Added LAMBDA kind and type rule, and Node::isClosure(). (this commit was certified error- and warning-free by the test-and-commit script.) --- src/theory/builtin/kinds | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/theory/builtin/kinds') diff --git a/src/theory/builtin/kinds b/src/theory/builtin/kinds index 48fe4d84a..c4c3435a2 100644 --- a/src/theory/builtin/kinds +++ b/src/theory/builtin/kinds @@ -298,6 +298,8 @@ variable BOUND_VARIABLE "bound variable" variable SKOLEM "skolem var" operator TUPLE 1: "a tuple" +operator LAMBDA 2 "lambda" + constant TYPE_CONSTANT \ ::CVC4::TypeConstant \ ::CVC4::TypeConstantHashFunction \ @@ -338,6 +340,7 @@ typerule APPLY ::CVC4::theory::builtin::ApplyTypeRule typerule EQUAL ::CVC4::theory::builtin::EqualityTypeRule typerule DISTINCT ::CVC4::theory::builtin::DistinctTypeRule typerule TUPLE ::CVC4::theory::builtin::TupleTypeRule +typerule LAMBDA ::CVC4::theory::builtin::LambdaTypeRule constant SUBTYPE_TYPE \ ::CVC4::Predicate \ -- cgit v1.2.3