diff options
| author | barras | 2005-11-18 20:10:45 +0000 |
|---|---|---|
| committer | barras | 2005-11-18 20:10:45 +0000 |
| commit | d677987add1acff62543c658f994476a06374c41 (patch) | |
| tree | 760704166b4a425fd7deb74aed5d5bb7e5754cf5 /kernel/closure.mli | |
| parent | 89df70511ac211f47a1aa29a21622103eff3b1c2 (diff) | |
petites corrections + contournement bug projections
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@7585 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'kernel/closure.mli')
| -rw-r--r-- | kernel/closure.mli | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kernel/closure.mli b/kernel/closure.mli index 0882758576..e394b15b8b 100644 --- a/kernel/closure.mli +++ b/kernel/closure.mli @@ -155,8 +155,8 @@ val fterm_of : fconstr -> fterm val term_of_fconstr : fconstr -> constr val destFLambda : (fconstr subs -> constr -> fconstr) -> fconstr -> name * fconstr * fconstr -(* prevents a term from being evaluated *) -val set_norm : fconstr -> unit +(* mk_atom: prevents a term from being evaluated *) +val mk_atom : constr -> fconstr (* Global and local constant cache *) type clos_infos |
