aboutsummaryrefslogtreecommitdiffhomepage
path: root/library/library.mli
diff options
context:
space:
mode:
authorGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2000-11-20 08:43:47 +0000
committerGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2000-11-20 08:43:47 +0000
commit80b2afbc757f1d536e9663d702097be9477bee34 (patch)
treebc58c103dc60adaffc357bbdbbf1e3fd81bd0764 /library/library.mli
parente946263cb9e7ac958eef929373cbf23e44e363ea (diff)
Open est maintenant géré par Nametab
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@869 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'library/library.mli')
-rw-r--r--library/library.mli3
1 files changed, 2 insertions, 1 deletions
diff --git a/library/library.mli b/library/library.mli
index cac8767d5..6d4bb1ed5 100644
--- a/library/library.mli
+++ b/library/library.mli
@@ -30,7 +30,8 @@ val require_module : bool option -> string -> string option -> bool -> unit
(*s [save_module_to s f] saves the current environment as a module [s]
in the file [f]. *)
-val save_module_to : string -> string -> unit
+val save_module_to : (Lib.library_segment -> Nametab.module_contents) ->
+ string -> string -> unit
(*s [module_segment m] returns the segment of the loaded module
[m]; if not given, the segment of the current module is returned