summaryrefslogtreecommitdiff
path: root/pretyping/retyping.mli
diff options
context:
space:
mode:
Diffstat (limited to 'pretyping/retyping.mli')
-rw-r--r--pretyping/retyping.mli11
1 files changed, 4 insertions, 7 deletions
diff --git a/pretyping/retyping.mli b/pretyping/retyping.mli
index ec1fc827..8576d5ba 100644
--- a/pretyping/retyping.mli
+++ b/pretyping/retyping.mli
@@ -6,7 +6,7 @@
(* * GNU Lesser General Public License Version 2.1 *)
(************************************************************************)
-(*i $Id: retyping.mli 11436 2008-10-07 13:56:55Z barras $ i*)
+(*i $Id$ i*)
(*i*)
open Names
@@ -21,21 +21,18 @@ open Environ
either produces a wrong result or raise an anomaly. Use with care.
It doesn't handle predicative universes too. *)
-val get_type_of : env -> evar_map -> constr -> types
+val get_type_of : ?refresh:bool -> env -> evar_map -> constr -> types
val get_sort_of : env -> evar_map -> types -> sorts
val get_sort_family_of : env -> evar_map -> types -> sorts_family
-val get_type_of_with_meta :
- env -> evar_map -> Termops.metamap -> constr -> types
-
(* Makes an assumption from a constr *)
val get_assumption_of : env -> evar_map -> constr -> types
(* Makes an unsafe judgment from a constr *)
val get_judgment_of : env -> evar_map -> constr -> unsafe_judgment
-val type_of_global_reference_knowing_parameters : env -> evar_map -> constr ->
+val type_of_global_reference_knowing_parameters : env -> evar_map -> constr ->
constr array -> types
-
+
val type_of_global_reference_knowing_conclusion :
env -> evar_map -> constr -> types -> types