aboutsummaryrefslogtreecommitdiffhomepage
path: root/test-suite/success/univnames.v
Commit message (Collapse)AuthorAge
* Instances should obey universe binders even when defined by tactics.Gravatar Gaetan Gilbert2017-04-03
|
* Fix test suite after Matthieu's ed7af646f2e486b.Gravatar Maxime Dénès2015-10-28
|
* 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.