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 476c40b7..c21bd225 100644
--- a/src/ast.ml
+++ b/src/ast.ml
@@ -470,7 +470,7 @@ type
type
-'a default_spec_aux = (* Default kinding or typing assumption *)
+default_spec_aux = (* Default kinding or typing assumption *)
DT_kind of base_kind * kid
| DT_order of order
| DT_typ of typschm * id
@@ -526,7 +526,7 @@ type
type
'a default_spec =
- DT_aux of 'a default_spec_aux * l
+ DT_aux of default_spec_aux * l
type