summaryrefslogtreecommitdiff
path: root/src/theory/builtin/kinds
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/builtin/kinds')
-rw-r--r--src/theory/builtin/kinds13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/theory/builtin/kinds b/src/theory/builtin/kinds
index 61abfbfaf..519536c81 100644
--- a/src/theory/builtin/kinds
+++ b/src/theory/builtin/kinds
@@ -325,4 +325,17 @@ typerule EQUAL ::CVC4::theory::builtin::EqualityTypeRule
typerule DISTINCT ::CVC4::theory::builtin::DistinctTypeRule
typerule TUPLE ::CVC4::theory::builtin::TupleTypeRule
+constant SUBTYPE_TYPE \
+ ::CVC4::Predicate \
+ ::CVC4::PredicateHashStrategy \
+ "util/predicate.h" \
+ "predicate subtype"
+cardinality SUBTYPE_TYPE \
+ "::CVC4::theory::builtin::SubtypeProperties::computeCardinality(%TYPE%)" \
+ "theory/builtin/theory_builtin_type_rules.h"
+well-founded SUBTYPE_TYPE \
+ "::CVC4::theory::builtin::SubtypeProperties::isWellFounded(%TYPE%)" \
+ "::CVC4::theory::builtin::SubtypeProperties::mkGroundTerm(%TYPE%)" \
+ "theory/builtin/theory_builtin_type_rules.h"
+
endtheory
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback