aboutsummaryrefslogtreecommitdiff
path: root/test-suite/bugs/closed/bug_12011.v
AgeCommit message (Collapse)Author
2021-03-04Fix #12011 ssreflect "rewrite in" with setoidsGaƫtan Gilbert
ssreflect asks setoid rewrite to rewrite in goal "forall_special_name_ : T, _other_name_" Since this is a non dependent product, setoid rewrite converts that to "impl T _other_name_" and must be taught to restore the special name when unfolding impl.