summaryrefslogtreecommitdiff
path: root/src/value2.lem
diff options
context:
space:
mode:
Diffstat (limited to 'src/value2.lem')
-rw-r--r--src/value2.lem1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/value2.lem b/src/value2.lem
index 0e65e91f..0afaa2d1 100644
--- a/src/value2.lem
+++ b/src/value2.lem
@@ -59,4 +59,5 @@ type vl =
| VL_unit
| VL_int of integer
| VL_string of string
+ | VL_real of string
| VL_null (* Used for unitialized values and null pointers in C compilation *)