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.ml5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/parse_ast.ml b/src/parse_ast.ml
index fba0b1ec..fb6c75e1 100644
--- a/src/parse_ast.ml
+++ b/src/parse_ast.ml
@@ -423,7 +423,7 @@ type_def_aux = (* Type definition body *)
type
val_spec_aux = (* Value type specification *)
- VS_val_spec of typschm * id * (string -> string) option * bool
+ VS_val_spec of typschm * id * (string -> string option) * bool
type
@@ -514,6 +514,3 @@ and lexp =
type
defs = (* Definition sequence *)
Defs of (def) list
-
-
-