summaryrefslogtreecommitdiff
path: root/src/value2.lem
diff options
context:
space:
mode:
authorAlasdair Armstrong2019-11-20 19:19:06 +0000
committerAlasdair Armstrong2019-11-20 19:21:55 +0000
commit1b27222cd06d824cf72d339d5acecf4d521ddd0f (patch)
tree9286f41d6eac00e4bd44f273a7905c0ba5c46baa /src/value2.lem
parente9949e5c877d0cfd7be5c383f6f2871fb01d828b (diff)
Allow undefined values in IR for SMT generation
Means we can avoid the use of -undefined_gen for Sail->SMT
Diffstat (limited to 'src/value2.lem')
-rw-r--r--src/value2.lem4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/value2.lem b/src/value2.lem
index ec0cd5a8..1c525f80 100644
--- a/src/value2.lem
+++ b/src/value2.lem
@@ -60,7 +60,7 @@ type vl =
| VL_int of integer
| VL_string of string
| VL_real of string
- | VL_tuple of list vl
- | VL_list of list vl
+ | VL_empty_list
| VL_enum of string
| VL_ref of string
+ | VL_undefined