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.ml3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/parse_ast.ml b/src/parse_ast.ml
index e069462a..c6af651b 100644
--- a/src/parse_ast.ml
+++ b/src/parse_ast.ml
@@ -418,7 +418,8 @@ val_spec_aux = (* Value type specification *)
VS_val_spec of typschm * id
| VS_extern_no_rename of typschm * id
| VS_extern_spec of typschm * id * string
-
+ | VS_cast_spec of typschm * id
+
type
kind_def_aux = (* Definition body for elements of kind; many are shorthands for type\_defs *)