summaryrefslogtreecommitdiff
path: root/src/theory/booleans/kinds
diff options
context:
space:
mode:
authorMorgan Deters <mdeters@gmail.com>2010-04-01 06:59:18 +0000
committerMorgan Deters <mdeters@gmail.com>2010-04-01 06:59:18 +0000
commitc49e8a66f30413adc802c7200ec02c68e33feae6 (patch)
treebab593196b862b2e22f5cc07cf3d9f8a97e86e16 /src/theory/booleans/kinds
parentf208251e33814430decb89c2c9001b5a675402f9 (diff)
* Minor code formatting stuff in src/expr/type.{h,cpp}. Concluded
Type code review and closed bug #25. * Do assertions on Expr creation (public library interface) even when assertions are off. Also a similar check for proper kind (in public interface) when Expr::getConst<>() is called. This fixes a unit test that was failing in production builds (an exception wasn't thrown but should have been). * kind::XOR must have exactly 2 arguments, not 2-or-more.
Diffstat (limited to 'src/theory/booleans/kinds')
-rw-r--r--src/theory/booleans/kinds2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/theory/booleans/kinds b/src/theory/booleans/kinds
index 5fcf9299a..bd85af69d 100644
--- a/src/theory/booleans/kinds
+++ b/src/theory/booleans/kinds
@@ -19,5 +19,5 @@ nonatomic_operator AND 2: "logical and"
nonatomic_operator IFF 2 "logical equivalence"
nonatomic_operator IMPLIES 2 "logical implication"
nonatomic_operator OR 2: "logical or"
-nonatomic_operator XOR 2: "exclusive or"
+nonatomic_operator XOR 2 "exclusive or"
nonatomic_operator ITE 3 "if-then-else"
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback