diff options
| author | herbelin | 2001-04-15 01:08:29 +0000 |
|---|---|---|
| committer | herbelin | 2001-04-15 01:08:29 +0000 |
| commit | 9c14648eb4e145c4b42189aad93aeedd29a8fba4 (patch) | |
| tree | 7a966e63e4635f505cfa65852426a1fdd6054f8e /kernel/closure.mli | |
| parent | b9fe0d6fcbf1e838277d08d542d7fc22cf678e62 (diff) | |
to_constr renvoie directement un constr pour contourner l'ancien Term.mk_constr qui ne respectait pas l'invariant des applications (>=1 arg et pas d'imbrication)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@1595 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'kernel/closure.mli')
| -rw-r--r-- | kernel/closure.mli | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/closure.mli b/kernel/closure.mli index b8d40152a6..45088b3ac2 100644 --- a/kernel/closure.mli +++ b/kernel/closure.mli @@ -212,6 +212,6 @@ val knr: 'a clos_infos -> fconstr -> fconstr stack -> val kl: 'a clos_infos -> fconstr -> fconstr val to_constr : - (lift -> fconstr -> 'a) -> lift -> fconstr -> ('a,'a) kind_of_term + (lift -> fconstr -> constr) -> lift -> fconstr -> constr (* End of cbn debug section i*) |
