aboutsummaryrefslogtreecommitdiff
path: root/contrib/xml/doubleTypeInference.mli
diff options
context:
space:
mode:
authorherbelin2002-11-05 16:59:25 +0000
committerherbelin2002-11-05 16:59:25 +0000
commit9f2ec7fc9f1ed08be8bc5a09d352951073a69633 (patch)
treec5f06d5b112ed9731f71c98910d6f69852b3de5b /contrib/xml/doubleTypeInference.mli
parent1f95f087d79d6c2c79012921ce68553caf20b090 (diff)
Intégration de la branche mowgli
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@3213 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'contrib/xml/doubleTypeInference.mli')
-rw-r--r--contrib/xml/doubleTypeInference.mli5
1 files changed, 5 insertions, 0 deletions
diff --git a/contrib/xml/doubleTypeInference.mli b/contrib/xml/doubleTypeInference.mli
new file mode 100644
index 0000000000..2e0badbfbd
--- /dev/null
+++ b/contrib/xml/doubleTypeInference.mli
@@ -0,0 +1,5 @@
+type types = { synthesized : Term.types; expected : Term.types option; }
+
+val double_type_of :
+ Environ.env -> Evd.evar_map -> Term.constr -> Term.constr option ->
+ types Acic.CicHash.t -> unit