diff options
| author | Maxime Dénès | 2017-09-15 10:38:45 +0200 |
|---|---|---|
| committer | Maxime Dénès | 2017-09-15 10:38:45 +0200 |
| commit | d6d7a12eb49c997dd83298477e216349fad74c7f (patch) | |
| tree | aa4648227f0b1a5c5e9c1b5e6e2f17818db73413 /API | |
| parent | d2406149554812a01ac615af43af6b7b2a3efd72 (diff) | |
| parent | a1efd8080465eb49b30b5bab61cf3861899876e4 (diff) | |
Merge PR #1048: Port is_Set and is_Type to EConstr, as was is_Prop already.
Diffstat (limited to 'API')
| -rw-r--r-- | API/API.mli | 2 |
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 |
