aboutsummaryrefslogtreecommitdiffhomepage
path: root/test-suite/output/bug6821.v
Commit message (Collapse)AuthorAge
* Fixes #6821 (bug in protecting notation printing from infinite eta-expansion).Gravatar Hugo Herbelin2018-02-23
More precisely when matching "f t" with "(fun ?x => .. ((fun ?x' => ?y) ?z') ..) ?z" do not allow expansion of f since otherwise, we recursively have to match "f t" with the same pattern.