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/kinds5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/theory/builtin/kinds b/src/theory/builtin/kinds
index 50e4d53bb..b7329cb3a 100644
--- a/src/theory/builtin/kinds
+++ b/src/theory/builtin/kinds
@@ -260,8 +260,9 @@ parameterized SORT_TYPE SORT_TAG 0: "sort type"
# enough (for now) ? Once we support quantifiers, maybe reconsider
# this..
cardinality SORT_TYPE "Cardinality(Cardinality::INTEGERS)"
-well-founded SORT_TYPE false
-
+well-founded SORT_TYPE \
+ "::CVC4::theory::builtin::SortProperties::isWellFounded(%TYPE%)" \
+ "::CVC4::theory::builtin::SortProperties::mkGroundTerm(%TYPE%)"
# A kind representing "inlined" operators defined with OPERATOR
# Conceptually, (EQUAL a b) is actually an (APPLY EQUAL a b), but it's
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback