summaryrefslogtreecommitdiff
path: root/src/theory/sep/kinds
diff options
context:
space:
mode:
authorajreynol <andrew.j.reynolds@gmail.com>2016-12-01 10:47:31 -0600
committerajreynol <andrew.j.reynolds@gmail.com>2016-12-01 10:47:47 -0600
commitffaf556b34e3ef2972b47caea00b7da149aeea8f (patch)
tree0fd3616edf9aed8447bce1ffaa5e444d8824e43c /src/theory/sep/kinds
parent154002c3a1b07ead16cfcac05a7580abc424e472 (diff)
Improvement and bug fix for str.indexof reduction, add regression. Other minor changes.
Diffstat (limited to 'src/theory/sep/kinds')
-rw-r--r--src/theory/sep/kinds2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/theory/sep/kinds b/src/theory/sep/kinds
index 318442ba5..5cd9093f4 100644
--- a/src/theory/sep/kinds
+++ b/src/theory/sep/kinds
@@ -25,7 +25,7 @@ operator SEP_EMP 2 "separation empty heap"
operator SEP_PTO 2 "points to relation"
operator SEP_STAR 2: "separation star"
operator SEP_WAND 2 "separation magic wand"
-operator SEP_LABEL 2 "separation label"
+operator SEP_LABEL 2 "separation label (internal use only)"
typerule SEP_NIL_REF ::CVC4::theory::sep::SepNilRefTypeRule
typerule SEP_EMP ::CVC4::theory::sep::SepEmpTypeRule
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback