summaryrefslogtreecommitdiff
path: root/src/ast.ml
diff options
context:
space:
mode:
Diffstat (limited to 'src/ast.ml')
-rw-r--r--src/ast.ml4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ast.ml b/src/ast.ml
index c923ae3f..476c40b7 100644
--- a/src/ast.ml
+++ b/src/ast.ml
@@ -486,7 +486,7 @@ type
type
-'a val_spec_aux = (* Value type specification *)
+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 (* Specify the type and id of a function from Lem, where the string must provide an explicit path to the required function but will not be checked *)
@@ -536,7 +536,7 @@ type
type
'a val_spec =
- VS_aux of 'a val_spec_aux * 'a annot
+ VS_aux of val_spec_aux * 'a annot
type