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

(*i $Id$ i*)

(*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