summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/theory/sets/theory_sets_type_rules.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/theory/sets/theory_sets_type_rules.h b/src/theory/sets/theory_sets_type_rules.h
index 7462847b6..b8c0a8055 100644
--- a/src/theory/sets/theory_sets_type_rules.h
+++ b/src/theory/sets/theory_sets_type_rules.h
@@ -192,7 +192,7 @@ struct UniverseSetTypeRule {
Assert(check);
TypeNode setType = n.getType();
if(!setType.isSet()) {
- throw TypeCheckingExceptionPrivate(n, "COMPLEMENT operates on a set, non-set object found");
+ throw TypeCheckingExceptionPrivate(n, "Non-set type found for universe set");
}
return setType;
}
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback