aboutsummaryrefslogtreecommitdiffhomepage
path: root/checker/declarations.mli
diff options
context:
space:
mode:
authorGravatar barras <barras@85f007b7-540e-0410-9357-904b9bb8a0f7>2008-05-06 18:31:25 +0000
committerGravatar barras <barras@85f007b7-540e-0410-9357-904b9bb8a0f7>2008-05-06 18:31:25 +0000
commit376e61185dadea415d6b7d2df45dc7236e901e5b (patch)
tree78b89a99eee6981ee309710500b1b55b030522a3 /checker/declarations.mli
parent8956bfb8dd63d0d76d3f67f313371318b7edc39d (diff)
checker deals with polymorphic constants and module aliases
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@10892 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'checker/declarations.mli')
-rw-r--r--checker/declarations.mli6
1 files changed, 6 insertions, 0 deletions
diff --git a/checker/declarations.mli b/checker/declarations.mli
index 2145343d3..ceb96d635 100644
--- a/checker/declarations.mli
+++ b/checker/declarations.mli
@@ -181,6 +181,12 @@ and module_type_body =
(* Substitutions *)
+val fold_subst :
+ (mod_self_id -> module_path -> 'a -> 'a) ->
+ (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