aboutsummaryrefslogtreecommitdiffhomepage
path: root/checker/typeops.mli
blob: 97d79fe54ada11d5f3f0f732c1c2b3ae11d74336 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
(************************************************************************)
(*  v      *   The Coq Proof Assistant  /  The Coq Development Team     *)
(* <O___,, *   INRIA - CNRS - LIX - LRI - PPS - Copyright 1999-2012     *)
(*   \VV/  **************************************************************)
(*    //   *      This file is distributed under the terms of the       *)
(*         *       GNU Lesser General Public License Version 2.1        *)
(************************************************************************)

(*i*)
open Cic
open Environ
(*i*)

(*s Typing functions (not yet tagged as safe) *)

val infer      : env -> constr      -> constr
val infer_type : env -> constr      -> sorts
val check_ctxt : env -> rel_context -> env
(* val check_polymorphic_arity : *)
(*   env -> rel_context -> polymorphic_arity -> unit *)

val type_of_constant_type : env -> constr -> constr