summaryrefslogtreecommitdiff
path: root/src/theory/sep/kinds
blob: b83515d388cf721edcb37666de63bf166c0bcdcd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# kinds                                                               -*- sh -*-
#
# For documentation on this file format, please refer to
# src/theory/builtin/kinds.
#

theory THEORY_SEP ::CVC4::theory::sep::TheorySep "theory/sep/theory_sep.h"
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"

nullaryoperator SEP_NIL "separation nil"

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 (internal use only)"

typerule SEP_EMP ::CVC4::theory::sep::SepEmpTypeRule
typerule SEP_PTO ::CVC4::theory::sep::SepPtoTypeRule
typerule SEP_STAR ::CVC4::theory::sep::SepStarTypeRule
typerule SEP_WAND ::CVC4::theory::sep::SepWandTypeRule
typerule SEP_LABEL ::CVC4::theory::sep::SepLabelTypeRule
typerule SEP_NIL ::CVC4::theory::sep::SepNilTypeRule

endtheory
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback