diff options
| author | Gaëtan Gilbert | 2018-03-01 18:28:36 +0100 |
|---|---|---|
| committer | Gaëtan Gilbert | 2018-03-09 16:30:12 +0100 |
| commit | 2e30531e78519a5b9c3773c2524e4fd4759cc5c8 (patch) | |
| tree | ad7effee5b9ad3904ab84d81e1583d233ae5033a /engine/eConstr.mli | |
| parent | d640b676282285d52ac19038d693080e64eb5ea7 (diff) | |
Delayed weak constraints for cumulative inductive types.
When comparing 2 irrelevant universes [u] and [v] we add a "weak
constraint" [UWeak(u,v)] to the UState. Then at minimization time a
weak constraint between unrelated universes where one is flexible
causes them to be unified.
Diffstat (limited to 'engine/eConstr.mli')
| -rw-r--r-- | engine/eConstr.mli | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/engine/eConstr.mli b/engine/eConstr.mli index 87531e1163..28c9dd3c21 100644 --- a/engine/eConstr.mli +++ b/engine/eConstr.mli @@ -196,8 +196,6 @@ val whd_evar : Evd.evar_map -> constr -> constr (** {6 Equality} *) -val cumul_weak_constraints : bool ref - val eq_constr : Evd.evar_map -> t -> t -> bool val eq_constr_nounivs : Evd.evar_map -> t -> t -> bool val eq_constr_universes : Environ.env -> Evd.evar_map -> t -> t -> Universes.Constraints.t option |
