From 79a25a71dd3519d8e7a6bd9f3a004c7c0da3a1b5 Mon Sep 17 00:00:00 2001 From: herbelin Date: Thu, 13 Aug 2009 19:10:11 +0000 Subject: Death of "survive_module" and "survive_section" (the first one was only used to allow a module to be ended before the summaries were restored what can be solved by moving upwards the place where the summaries are restored). git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@12275 85f007b7-540e-0410-9357-904b9bb8a0f7 --- library/global.mli | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'library/global.mli') diff --git a/library/global.mli b/library/global.mli index f0daef0ac..deafacba2 100644 --- a/library/global.mli +++ b/library/global.mli @@ -66,12 +66,13 @@ val set_engagement : engagement -> unit of the started module / module type *) val start_module : identifier -> module_path -val end_module : identifier -> module_struct_entry option -> module_path +val end_module : + Summary.frozen -> identifier -> module_struct_entry option -> module_path val add_module_parameter : mod_bound_id -> module_struct_entry -> unit val start_modtype : identifier -> module_path -val end_modtype : identifier -> module_path +val end_modtype : Summary.frozen -> identifier -> module_path -- cgit v1.2.3