diff options
| author | Alasdair Armstrong | 2019-11-07 16:16:14 +0000 |
|---|---|---|
| committer | Alasdair Armstrong | 2019-11-07 17:48:15 +0000 |
| commit | 51811443eeb7c594b8db9bbffd387dc0fbfeffd3 (patch) | |
| tree | d674c7a81d246d2d21b487b96b22395701d551a3 /src/value2.lem | |
| parent | e77a9d4b81c042c3aeefbb54e2d2ce9e28ca2132 (diff) | |
Backport fixes to SMT generation from poly_mapping branch
Diffstat (limited to 'src/value2.lem')
| -rw-r--r-- | src/value2.lem | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/value2.lem b/src/value2.lem index 0afaa2d1..a334ac58 100644 --- a/src/value2.lem +++ b/src/value2.lem @@ -60,4 +60,8 @@ type vl = | VL_int of integer | VL_string of string | VL_real of string - | VL_null (* Used for unitialized values and null pointers in C compilation *) + | VL_tuple of list vl + | VL_matcher of int * int + | VL_list of list vl + | VL_enum of string + | VL_ref of string |
