aboutsummaryrefslogtreecommitdiffhomepage
path: root/checker/declarations.mli
diff options
context:
space:
mode:
Diffstat (limited to 'checker/declarations.mli')
-rw-r--r--checker/declarations.mli5
1 files changed, 0 insertions, 5 deletions
diff --git a/checker/declarations.mli b/checker/declarations.mli
index b356ede17..ee44c8d5f 100644
--- a/checker/declarations.mli
+++ b/checker/declarations.mli
@@ -187,11 +187,6 @@ and module_type_body =
(* Substitutions *)
-val fold_subst :
- (mod_bound_id -> module_path -> 'a -> 'a) ->
- (module_path -> module_path -> 'a -> 'a) ->
- substitution -> 'a -> 'a
-
type 'a subst_fun = substitution -> 'a -> 'a
val empty_subst : substitution