aboutsummaryrefslogtreecommitdiffhomepage
path: root/test-suite/success/coindprim.v
Commit message (Collapse)AuthorAge
* Fixing #5233 (missing implicit arguments for recursive records).Gravatar Hugo Herbelin2017-05-31
| | | | | | | | Was failing e.g. with Inductive foo {A : Type} : Type := { Foo : foo }. Note: the test-suite was using the bug in coindprim.v.
* Update primitive coinductive test-suite.Gravatar Matthieu Sozeau2016-06-02
|
* Add a test-suite file ensuring coinductives with primitive projectionsGravatar Matthieu Sozeau2015-03-03
do not enjoy eta-conversion and do not allow the usual failure of subject reduction in presence of dependent pattern-matching.