diff options
| author | coq | 2003-01-22 10:04:13 +0000 |
|---|---|---|
| committer | coq | 2003-01-22 10:04:13 +0000 |
| commit | 314333e2ce7c06293ab6e5292b2927afb75b6a6f (patch) | |
| tree | 0af2af425e99e771a9279616850f660a97a1f60b /kernel/modops.ml | |
| parent | e4c997965f822488376fde2bb34285d3ec943a20 (diff) | |
Bug 'with Module' corrige
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@3573 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'kernel/modops.ml')
| -rw-r--r-- | kernel/modops.ml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/kernel/modops.ml b/kernel/modops.ml index ec25459a9f..c194a6c712 100644 --- a/kernel/modops.ml +++ b/kernel/modops.ml @@ -74,6 +74,9 @@ let error_local_context lo = error ("The local context of the component "^ (string_of_label l)^" is not empty") +let error_circular_with_module l = + error ("The construction \"with Module "^(string_of_id l)^":=...\" is about to create\na circular module type. Their resolution is not implemented yet.\nIf you really need that feature, please report.") + let rec scrape_modtype env = function | MTBident kn -> scrape_modtype env (lookup_modtype kn env) | mtb -> mtb |
