diff options
Diffstat (limited to 'kernel/declarations.mli')
| -rw-r--r-- | kernel/declarations.mli | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/declarations.mli b/kernel/declarations.mli index fc142d2532..3b43baa79e 100644 --- a/kernel/declarations.mli +++ b/kernel/declarations.mli @@ -198,7 +198,7 @@ type structure_field_body = a [structure_body], once for a module ([SFBmodule] or [SFBmodtype]) and once for an object ([SFBconst] or [SFBmind]) *) -and structure_body = (label * structure_field_body) list +and structure_body = (Label.t * structure_field_body) list and struct_expr_body = | SEBident of module_path |
