aboutsummaryrefslogtreecommitdiffhomepage
path: root/library/global.mli
diff options
context:
space:
mode:
authorGravatar coq <coq@85f007b7-540e-0410-9357-904b9bb8a0f7>2002-12-09 14:23:54 +0000
committerGravatar coq <coq@85f007b7-540e-0410-9357-904b9bb8a0f7>2002-12-09 14:23:54 +0000
commit6da9a56628903d0bc2ab6a336af822f362517c4f (patch)
treee0ae5f32406a7a777827371a0a5bfae45a735acb /library/global.mli
parent5cabd686fcb61633d372b1414c5a3759136ed28d (diff)
Corrections de gestion des univers et modules + meilleure gestions des noms uniques
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@3405 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'library/global.mli')
-rw-r--r--library/global.mli4
1 files changed, 2 insertions, 2 deletions
diff --git a/library/global.mli b/library/global.mli
index 4a215167a..72d3731df 100644
--- a/library/global.mli
+++ b/library/global.mli
@@ -57,7 +57,7 @@ val add_constraints : constraints -> unit
of the started module / module type *)
val start_module :
- dir_path -> identifier -> (mod_bound_id * module_type_entry) list
+ identifier -> (mod_bound_id * module_type_entry) list
-> module_type_entry option
-> module_path
@@ -65,7 +65,7 @@ val end_module :
identifier -> module_path
val start_modtype :
- dir_path -> identifier -> (mod_bound_id * module_type_entry) list
+ identifier -> (mod_bound_id * module_type_entry) list
-> module_path
val end_modtype :