aboutsummaryrefslogtreecommitdiffhomepage
path: root/contrib/xml/doubleTypeInference.mli
blob: 501a149e7e8bd1dd2a82474ff7afffc84237f386 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
(***********************************************************************)
(*  v      *   The Coq Proof Assistant  /  The Coq Development Team    *)
(* <O___,, *        INRIA-Rocquencourt  &  LRI-CNRS-Orsay              *)
(*   \VV/  *************************************************************)
(*    //   *   The HELM Project         /   The EU MoWGLI Project      *)
(*         *   University of Bologna                                   *)
(***********************************************************************)
(*          This file is distributed under the terms of the            *)
(*           GNU Lesser General Public License Version 2.1             *)
(*                                                                     *)
(*                 Copyright (C) 2000-2004, HELM Team.                 *)
(*                       http://helm.cs.unibo.it                       *)
(***********************************************************************)

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