aboutsummaryrefslogtreecommitdiff
path: root/API
diff options
context:
space:
mode:
authorGuillaume Melquiond2017-09-12 16:37:43 +0200
committerGuillaume Melquiond2017-09-12 16:37:43 +0200
commita1efd8080465eb49b30b5bab61cf3861899876e4 (patch)
tree2a84202fc27b668288f3e9b6a6b6773b79522447 /API
parentcc94172036789cfef28007f59510b7f17df5d45d (diff)
Port is_Set and is_Type to EConstr, as was is_Prop already.
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 8b0bef48c9..c90244dcd0 100644
--- a/API/API.mli
+++ b/API/API.mli
@@ -2810,6 +2810,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