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, 0 insertions, 2 deletions
diff --git a/checker/modops.mli b/checker/modops.mli
index f7aeb4dfa..b0bc0ee7f 100644
--- a/checker/modops.mli
+++ b/checker/modops.mli
@@ -31,8 +31,6 @@ val add_signature : module_path -> structure_body -> delta_resolver -> env -> en
(* adds a module and its components, but not the constraints *)
val add_module : module_body -> env -> env
-val check_modpath_equiv : env -> module_path -> module_path -> unit
-
val strengthen : env -> module_type_body -> module_path -> module_type_body
val subst_and_strengthen : module_body -> module_path -> env -> module_body