summaryrefslogtreecommitdiff
path: root/src/value2.lem
diff options
context:
space:
mode:
authorjp2020-02-12 17:46:48 +0000
committerjp2020-02-12 17:46:48 +0000
commited8bccd927306551f93d5aab8d0e2a92b9e5d227 (patch)
tree55bf788c8155f0c7d024f2147f5eb3873729b02a /src/value2.lem
parent31a65c9b7383d2a87da0fbcf5c265d533146ac23 (diff)
parent4a72cb8084237161d0bccc66f27d5fb6d24315e0 (diff)
Merge branch 'sail2' of https://github.com/rems-project/sail into sail2
Diffstat (limited to 'src/value2.lem')
-rw-r--r--src/value2.lem5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/value2.lem b/src/value2.lem
index 0afaa2d1..1c525f80 100644
--- a/src/value2.lem
+++ b/src/value2.lem
@@ -60,4 +60,7 @@ 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_empty_list
+ | VL_enum of string
+ | VL_ref of string
+ | VL_undefined