aboutsummaryrefslogtreecommitdiffhomepage
path: root/test-suite/coqchk/bug_7539.v
Commit message (Collapse)AuthorAge
* Fix #7539: Checker does not properly handle negative coinductive types.Gravatar Pierre-Marie Pédrot2018-05-18
The reduction machine of the checker was not taking into account the fact that cofixpoints needed to be unfolded when applied against a projection.