aboutsummaryrefslogtreecommitdiff
path: root/API
diff options
context:
space:
mode:
Diffstat (limited to 'API')
-rw-r--r--API/API.mli2
1 files changed, 2 insertions, 0 deletions
diff --git a/API/API.mli b/API/API.mli
index e3643076a3..6fb928fdba 100644
--- a/API/API.mli
+++ b/API/API.mli
@@ -2811,6 +2811,8 @@ sig
val print_constr_env : Environ.env -> Evd.evar_map -> EConstr.constr -> Pp.t
val clear_named_body : Names.Id.t -> Environ.env -> Environ.env
val is_Prop : Evd.evar_map -> EConstr.constr -> bool
+ val is_Set : Evd.evar_map -> EConstr.constr -> bool
+ val is_Type : Evd.evar_map -> EConstr.constr -> bool
val is_global : Evd.evar_map -> Globnames.global_reference -> EConstr.constr -> bool
val eq_constr : Evd.evar_map -> EConstr.constr -> EConstr.constr -> bool