aboutsummaryrefslogtreecommitdiffhomepage
path: root/test-suite/bugs/closed/3808.v
Commit message (Collapse)AuthorAge
* Ensuring all .v files end with a newline to make "sed -i" work better on them.Gravatar Hugo Herbelin2017-08-21
|
* 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: When computing the level of an inductive including indices, letsGravatar Matthieu Sozeau2015-02-14
do not contribute. Fixes bug #3808.