aboutsummaryrefslogtreecommitdiffhomepage
path: root/pretyping/inferCumulativity.ml
Commit message (Collapse)AuthorAge
* Merge PR #6769: Split closure cache and remove whd_bothGravatar Maxime Dénès2018-03-09
|\
| * Pass the constant cache as a separate argument in kernel reduction.Gravatar Pierre-Marie Pédrot2018-03-04
| |
* | Update headers following #6543.Gravatar Théo Zimmermann2018-02-27
|/
* Cleaner treatment of parameters in inferCumulativityGravatar Gaëtan Gilbert2018-02-16
| | | | | No using a mutable counter to skip them, instead we keep them in the environment.
* Fix reduction flags in inferCumulativityGravatar Gaëtan Gilbert2018-02-16
| | | | | | The only difference is when we have a rel local definition in the initial environment, which isn't actually possible. However that depends on the specific way we treat parameters.
* inferCumulativity: add comment to explain [if not is_arity].Gravatar Gaëtan Gilbert2018-02-11
|
* Use specialized function for inductive subtyping inference.Gravatar Gaëtan Gilbert2018-02-11
This ensures by construction that we never infer constraints outside the variance model.