summaryrefslogtreecommitdiff
path: root/src/theory/rewriterules
diff options
context:
space:
mode:
authorMorgan Deters <mdeters@gmail.com>2012-08-27 19:27:28 +0000
committerMorgan Deters <mdeters@gmail.com>2012-08-27 19:27:28 +0000
commit58c511a607a7a3560590b49f17ee3e92b364dbcf (patch)
tree0953f80fa0386b44dec50937fbee31dd837a7393 /src/theory/rewriterules
parent1857318ff8b072e07bc0a802960a7b87f119688d (diff)
* 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.)
Diffstat (limited to 'src/theory/rewriterules')
-rw-r--r--src/theory/rewriterules/theory_rewriterules_type_rules.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/theory/rewriterules/theory_rewriterules_type_rules.h b/src/theory/rewriterules/theory_rewriterules_type_rules.h
index 605324b20..f03fba73a 100644
--- a/src/theory/rewriterules/theory_rewriterules_type_rules.h
+++ b/src/theory/rewriterules/theory_rewriterules_type_rules.h
@@ -60,7 +60,7 @@ public:
}
return nodeManager->booleanType();
}
-};/* class RewriterulesTypeRule */
+};/* class RewriteRuleTypeRule */
class RRRewriteTypeRule {
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback