diff options
| author | coq | 2002-08-02 17:17:42 +0000 |
|---|---|---|
| committer | coq | 2002-08-02 17:17:42 +0000 |
| commit | 12965209478bd99dfbe57f07d5b525e51b903f22 (patch) | |
| tree | 36a7f5e4802cd321caf02fed0be8349100be09fb /kernel/closure.mli | |
| parent | 8b26fd6ba739d4f49fae99ed764b086022e44b50 (diff) | |
Modules dans COQ\!\!\!\!
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@2957 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'kernel/closure.mli')
| -rw-r--r-- | kernel/closure.mli | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kernel/closure.mli b/kernel/closure.mli index 1360862c9c..826d58fbac 100644 --- a/kernel/closure.mli +++ b/kernel/closure.mli @@ -24,14 +24,14 @@ val with_stats: 'a Lazy.t -> 'a type evaluable_global_reference = | EvalVarRef of identifier - | EvalConstRef of section_path + | EvalConstRef of kernel_name (*s Delta implies all consts (both global (= by - [section_path]) and local (= by [Rel] or [Var])), all evars, and letin's. + [kernel_name]) and local (= by [Rel] or [Var])), all evars, and letin's. Rem: reduction of a Rel/Var bound to a term is Delta, but reduction of a LetIn expression is Letin reduction *) -type transparent_state = Idpred.t * Sppred.t +type transparent_state = Idpred.t * KNpred.t val all_opaque : transparent_state val all_transparent : transparent_state |
