diff options
| author | filliatr | 2000-11-02 14:33:31 +0000 |
|---|---|---|
| committer | filliatr | 2000-11-02 14:33:31 +0000 |
| commit | e59113f1bdf4d8c98d956c01f51ae019942d92cd (patch) | |
| tree | c1ef110c92fbab4112b3e8584e8a8b649f435a70 /kernel/environ.mli | |
| parent | f0a793f123683eaab6bab9968725febe7c311f05 (diff) | |
suppression des (* open Generic *)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@793 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'kernel/environ.mli')
| -rw-r--r-- | kernel/environ.mli | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/environ.mli b/kernel/environ.mli index ba75b8b772..c4a5e4659e 100644 --- a/kernel/environ.mli +++ b/kernel/environ.mli @@ -11,7 +11,7 @@ open Sign (*s Unsafe environments. We define here a datatype for environments. Since typing is not yet defined, it is not possible to check the - informations added in environments, and that is what we speak here + informations added in environments, and that is why we speak here of ``unsafe'' environments. *) type context |
