aboutsummaryrefslogtreecommitdiffhomepage
path: root/kernel/declarations.ml
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/declarations.ml')
-rw-r--r--kernel/declarations.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/declarations.ml b/kernel/declarations.ml
index baeab9142..e2ebce28a 100644
--- a/kernel/declarations.ml
+++ b/kernel/declarations.ml
@@ -385,7 +385,7 @@ type structure_field_body =
| SFBmodule of module_body
| SFBmodtype of module_type_body
-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