aboutsummaryrefslogtreecommitdiffhomepage
path: root/checker/modops.mli
diff options
context:
space:
mode:
Diffstat (limited to 'checker/modops.mli')
-rw-r--r--checker/modops.mli2
1 files changed, 2 insertions, 0 deletions
diff --git a/checker/modops.mli b/checker/modops.mli
index 10b231f44..17b063e2a 100644
--- a/checker/modops.mli
+++ b/checker/modops.mli
@@ -45,6 +45,8 @@ val check_modpath_equiv : env -> module_path -> module_path -> unit
val strengthen : env -> struct_expr_body -> module_path -> struct_expr_body
+val update_subst : env -> module_body -> module_path -> bool * substitution
+
val error_incompatible_modtypes :
module_type_body -> module_type_body -> 'a