aboutsummaryrefslogtreecommitdiffhomepage
path: root/test-suite/bugs/closed/3377.v
Commit message (Collapse)AuthorAge
* Introduce an option to allow nested lemma, and turn it off by default.Gravatar Théo Zimmermann2018-05-17
|
* Fixing bug #3377 by giving env and sigma to constrMathching. Now it's possibleGravatar Matthieu Sozeau2014-08-25
to match on a primitive projection application c.(p) using "?f _", binding f to (fun x => x.(p)) with the correct typing.