diff options
| author | Maxime Dénès | 2017-12-11 11:35:17 +0100 |
|---|---|---|
| committer | Maxime Dénès | 2017-12-11 11:35:17 +0100 |
| commit | a77f3a3e076e273af35ad520cae2eef0e3552811 (patch) | |
| tree | bedea2242a6c3f0e2deb6a2cd4f731f7c5014824 /API/API.mli | |
| parent | 5aaa240e4480ade7a5348e71a95fe3b2bc5a2c4e (diff) | |
| parent | 611da26d847888031cac4d6976b9e7e1e90cdc0e (diff) | |
Merge PR #6368: [api] Remove yet another type alias.
Diffstat (limited to 'API/API.mli')
| -rw-r--r-- | API/API.mli | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/API/API.mli b/API/API.mli index 6251bc18b8..3ed008ff5f 100644 --- a/API/API.mli +++ b/API/API.mli @@ -2781,6 +2781,8 @@ sig end type universe_constraints = Constraints.t + [@@ocaml.deprecated "Use Constraints.t"] + end module UState : @@ -3117,7 +3119,7 @@ sig val fold : Evd.evar_map -> ('a -> constr -> 'a) -> 'a -> constr -> 'a val existential_type : Evd.evar_map -> existential -> types val iter : Evd.evar_map -> (constr -> unit) -> constr -> unit - val eq_constr_universes : Evd.evar_map -> constr -> constr -> Universes.universe_constraints option + val eq_constr_universes : Evd.evar_map -> constr -> constr -> Universes.Constraints.t option val eq_constr_nounivs : Evd.evar_map -> constr -> constr -> bool val compare_constr : Evd.evar_map -> (constr -> constr -> bool) -> constr -> constr -> bool val isApp : Evd.evar_map -> constr -> bool |
