diff options
Diffstat (limited to 'src/parse_ast.ml')
| -rw-r--r-- | src/parse_ast.ml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/parse_ast.ml b/src/parse_ast.ml index cfb09bf5..8b52b2ab 100644 --- a/src/parse_ast.ml +++ b/src/parse_ast.ml @@ -419,7 +419,7 @@ val_spec_aux = (* Value type specification *) | 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 *) |
