diff options
Diffstat (limited to 'src/value2.lem')
| -rw-r--r-- | src/value2.lem | 4 |
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 |
