aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorherbelin2003-09-02 17:51:33 +0000
committerherbelin2003-09-02 17:51:33 +0000
commit14b4e9fded8a689c7d34207c36bdee191f3a28da (patch)
tree99ca48cb9e287ac0681cbf0d00b7f673e32cf95a
parentc7f0018870e501c6c4873307795f2b9a245d2942 (diff)
Export process_module_bindings pour traducteur
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@4292 85f007b7-540e-0410-9357-904b9bb8a0f7
-rw-r--r--library/declaremods.mli4
1 files changed, 4 insertions, 0 deletions
diff --git a/library/declaremods.mli b/library/declaremods.mli
index 114ea3cf9f..dfcf9dfc59 100644
--- a/library/declaremods.mli
+++ b/library/declaremods.mli
@@ -107,3 +107,7 @@ val iter_all_segments : bool -> (object_name -> obj -> unit) -> unit
val debug_print_modtab : unit -> Pp.std_ppcmds
(*val debug_print_modtypetab : unit -> Pp.std_ppcmds*)
+
+(* For translator *)
+val process_module_bindings : module_ident list ->
+ (mod_bound_id * module_type_entry) list -> unit