aboutsummaryrefslogtreecommitdiffhomepage
path: root/pretyping/typing.mli
blob: ee68e518f4f7f3484583d48f6f8850edec5eb1e9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20

(* $Id$ *)

(*i*)
open Term
open Environ
open Evd
(*i*)

(* This module provides the typing machine with existential variables
   (but without universes). *)

val unsafe_machine : env -> 'a evar_map -> constr -> unsafe_judgment

val type_of : env -> 'a evar_map -> constr -> constr

val execute_type : env -> 'a evar_map -> constr -> typed_type

val execute_rec_type : env -> 'a evar_map -> constr -> typed_type