aboutsummaryrefslogtreecommitdiffhomepage
path: root/library/global.mli
diff options
context:
space:
mode:
Diffstat (limited to 'library/global.mli')
-rw-r--r--library/global.mli6
1 files changed, 2 insertions, 4 deletions
diff --git a/library/global.mli b/library/global.mli
index 579882498..af6ec6ae9 100644
--- a/library/global.mli
+++ b/library/global.mli
@@ -64,12 +64,10 @@ val set_engagement : engagement -> unit
of the started module / module type *)
val start_module :
- identifier -> (mod_bound_id * module_type_entry) list
- -> module_type_entry option
- -> module_path
+ identifier -> (mod_bound_id * module_type_entry) list -> module_path
val end_module :
- identifier -> module_path
+ identifier -> module_type_entry option -> module_path
val start_modtype :
identifier -> (mod_bound_id * module_type_entry) list