aboutsummaryrefslogtreecommitdiffhomepage
path: root/pretyping/typing.mli
blob: eaad2791f60d88dbd898239a789eb73b9687ce8c (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 -> types

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