summaryrefslogtreecommitdiff
path: root/src/theory/arrays/kinds
diff options
context:
space:
mode:
authorTim King <taking@cs.nyu.edu>2012-11-30 23:10:10 +0000
committerTim King <taking@cs.nyu.edu>2012-11-30 23:10:10 +0000
commitda19406935198bb3786b37714a156980f6e0639f (patch)
tree02e0e24107f6e2d966c3b2aabc99776ed1761778 /src/theory/arrays/kinds
parent45229fd903afa592deb0499027375bc1d5562cbc (diff)
Changing the documentation of ARR_TABLE_FUN to say (internal symbol).
Diffstat (limited to 'src/theory/arrays/kinds')
-rw-r--r--src/theory/arrays/kinds2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/theory/arrays/kinds b/src/theory/arrays/kinds
index 3850fab98..46cd5781a 100644
--- a/src/theory/arrays/kinds
+++ b/src/theory/arrays/kinds
@@ -40,7 +40,7 @@ constant STORE_ALL \
"array store-all"
# used internally by array theory
-operator ARR_TABLE_FUN 4 "array table function"
+operator ARR_TABLE_FUN 4 "array table function (internal symbol)"
typerule SELECT ::CVC4::theory::arrays::ArraySelectTypeRule
typerule STORE ::CVC4::theory::arrays::ArrayStoreTypeRule
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback