diff options
| author | sacerdot | 2004-04-07 12:45:59 +0000 |
|---|---|---|
| committer | sacerdot | 2004-04-07 12:45:59 +0000 |
| commit | 0f6cf2c2332b704abe61854edb0aa4ef873dae0c (patch) | |
| tree | 8088060c7eaa0c889d0598623a9a5ad2ae101dd0 /contrib/xml/doubleTypeInference.mli | |
| parent | a85cf9c7eb64d15955d4998efed6b52d91381bfd (diff) | |
CoRN CProp detection improved: products of "sort" CProp are now recognized
(they used to be exported as products of sort Type).
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@5652 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'contrib/xml/doubleTypeInference.mli')
| -rw-r--r-- | contrib/xml/doubleTypeInference.mli | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/contrib/xml/doubleTypeInference.mli b/contrib/xml/doubleTypeInference.mli index 2e0badbfbd..a934eaa7e7 100644 --- a/contrib/xml/doubleTypeInference.mli +++ b/contrib/xml/doubleTypeInference.mli @@ -1,5 +1,10 @@ type types = { synthesized : Term.types; expected : Term.types option; } +val cprop : Names.kernel_name + +val whd_betadeltaiotacprop : + Environ.env -> Evd.evar_map -> Term.constr -> Term.constr + val double_type_of : Environ.env -> Evd.evar_map -> Term.constr -> Term.constr option -> types Acic.CicHash.t -> unit |
