aboutsummaryrefslogtreecommitdiffhomepage
path: root/test-suite/bugs/closed/HoTT_coq_044.v
Commit message (Collapse)AuthorAge
* The test-suite file couldn't typecheck as it rightly introduces a universe ↵Gravatar Matthieu Sozeau2014-06-23
| | | | | | inconsistency. One needs to use a universe level lower than eq's parameter for this to be consistent.
* Add regression tests for univ. poly. and prim projGravatar Jason Gross2014-05-06
These regression tests are aggregated from the various bugs I (and others) have reported on https://github.com/HoTT/coq/issues relating to universe polymorphism, primitive projections, and eta for records. These are the tests that trunk currently passes. I'm not sure about the naming scheme (HoTT_coq_###.v, where ### is the number of the issue in GitHub), but I couldn't think of a better one.