aboutsummaryrefslogtreecommitdiffhomepage
path: root/test-suite/bugs/closed/4301.v
Commit message (Collapse)AuthorAge
* Univs: add Strict Universe Declaration option (on by default)Gravatar Matthieu Sozeau2015-10-07
| | | | | | | | | This option disallows "declare at first use" semantics for universe variables (in @{}), forcing the declaration of _all_ universes appearing in a definition when introducing it with syntax Definition/Inductive foo@{i j k} .. The bound universes at the end of a definition/inductive must be exactly those ones, no extras allowed currently. Test-suite files using the old semantics just disable the option.
* Univs: fix test-suite file (4301 is invalid, but a good regression test)Gravatar Matthieu Sozeau2015-10-02
|
* Univs: test-suite file for #4301, subtyping of poly parametersGravatar Matthieu Sozeau2015-10-02