aboutsummaryrefslogtreecommitdiff
path: root/library
diff options
context:
space:
mode:
Diffstat (limited to 'library')
-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