diff options
| author | coq | 2002-10-07 16:56:17 +0000 |
|---|---|---|
| committer | coq | 2002-10-07 16:56:17 +0000 |
| commit | 02ae9a0b28366372c9eaad1c25428c65314e6fcb (patch) | |
| tree | 3526dd0b974d94975edab48075eb6b8117ff2ecb /kernel/modops.ml | |
| parent | fb8c46171399af936caa3fbab8eff0cfc06ec94d (diff) | |
Lazy manuelles dans le code
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@3100 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'kernel/modops.ml')
| -rw-r--r-- | kernel/modops.ml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/modops.ml b/kernel/modops.ml index 40a0e84c52..758bf21596 100644 --- a/kernel/modops.ml +++ b/kernel/modops.ml @@ -165,7 +165,7 @@ let strengthen_const env mp l cb = match cb.const_body with | Some _ -> cb | None -> {cb with const_body = let const = mkConst (make_kn mp empty_dirpath l) in - Some (Lazy.lazy_from_val const) + Some (Declarations.from_val const) } let strengthen_mind env mp l mib = match mib.mind_equiv with |
