aboutsummaryrefslogtreecommitdiffhomepage
path: root/test-suite/bugs/closed/5761.v
Commit message (Collapse)AuthorAge
* Fix #5761: cbv on undefined evars under binders produces unbound relGravatar Gaƫtan Gilbert2017-11-15
When an evar is undefined we need to substitute inside the evar instance. With help from @herbelin and @psteckler to identify the issue from a large test case.