aboutsummaryrefslogtreecommitdiffhomepage
path: root/interp/topconstr.ml
diff options
context:
space:
mode:
Diffstat (limited to 'interp/topconstr.ml')
-rw-r--r--interp/topconstr.ml4
1 files changed, 2 insertions, 2 deletions
diff --git a/interp/topconstr.ml b/interp/topconstr.ml
index ecb61e15b..3d2e3fde0 100644
--- a/interp/topconstr.ml
+++ b/interp/topconstr.ml
@@ -1024,8 +1024,8 @@ type module_type_ast =
| CMTEwith of module_type_ast * with_declaration_ast
type include_ast =
- | CIMTE of module_type_ast * module_type_ast list
- | CIME of module_ast * module_ast list
+ | CIMTE of module_type_ast list
+ | CIME of module_ast list
type 'a module_signature =
| Enforce of 'a (* ... : T *)