summaryrefslogtreecommitdiff
path: root/src/parse_ast.ml
diff options
context:
space:
mode:
Diffstat (limited to 'src/parse_ast.ml')
-rw-r--r--src/parse_ast.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/parse_ast.ml b/src/parse_ast.ml
index 4529aa8f..e020e0d5 100644
--- a/src/parse_ast.ml
+++ b/src/parse_ast.ml
@@ -207,7 +207,7 @@ lit_aux = (* Literal constant *)
| L_bin of string (* bit vector constant, C-style *)
| L_undef (* undefined value *)
| L_string of string (* string constant *)
-
+ | L_real of string
type
typschm_aux = (* type scheme *)