summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorGuy <katz911@gmail.com>2016-06-20 14:20:30 -0700
committerGuy <katz911@gmail.com>2016-06-20 14:20:30 -0700
commitc167446c59939a56f10f853e7d33a92fc16df460 (patch)
tree2a7e23121e0884ac7f51407c89e7300287d0136f /src
parenta592e0137504c5788084cb8e150f46f109f566d7 (diff)
parentc2724bbe4f922488c29e3702b955001e0a7d4449 (diff)
Merge branch 'master' of https://github.com/CVC4/CVC4
Diffstat (limited to 'src')
-rw-r--r--src/theory/sep/kinds4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/theory/sep/kinds b/src/theory/sep/kinds
index 4ad615c1f..6c4ad33db 100644
--- a/src/theory/sep/kinds
+++ b/src/theory/sep/kinds
@@ -10,14 +10,14 @@ typechecker "theory/sep/theory_sep_type_rules.h"
properties polite stable-infinite parametric
properties check propagate presolve getNextDecisionRequest
+rewriter ::CVC4::theory::sep::TheorySepRewriter "theory/sep/theory_sep_rewriter.h"
+
# constants
constant SEP_NIL_REF \
::CVC4::NilRef \
::CVC4::NilRefHashFunction \
"expr/sepconst.h" \
"the nil reference constant; payload is an instance of the CVC4::NilRef class"
-
-rewriter ::CVC4::theory::sep::TheorySepRewriter "theory/sep/theory_sep_rewriter.h"
variable SEP_NIL "separation nil"
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback