diff options
| author | coq | 2002-12-09 14:23:54 +0000 |
|---|---|---|
| committer | coq | 2002-12-09 14:23:54 +0000 |
| commit | 6da9a56628903d0bc2ab6a336af822f362517c4f (patch) | |
| tree | e0ae5f32406a7a777827371a0a5bfae45a735acb /kernel/safe_typing.mli | |
| parent | 5cabd686fcb61633d372b1414c5a3759136ed28d (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 'kernel/safe_typing.mli')
| -rw-r--r-- | kernel/safe_typing.mli | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kernel/safe_typing.mli b/kernel/safe_typing.mli index 2d4d2403ce..3efe0d16c2 100644 --- a/kernel/safe_typing.mli +++ b/kernel/safe_typing.mli @@ -68,7 +68,7 @@ val add_constraints : (*s Interactive module functions *) val start_module : - dir_path -> label -> (mod_bound_id * module_type_entry) list + label -> (mod_bound_id * module_type_entry) list -> module_type_entry option -> safe_environment -> module_path * safe_environment @@ -77,7 +77,7 @@ val end_module : val start_modtype : - dir_path -> label -> (mod_bound_id * module_type_entry) list + label -> (mod_bound_id * module_type_entry) list -> safe_environment -> module_path * safe_environment val end_modtype : |
