aboutsummaryrefslogtreecommitdiffhomepage
path: root/test-suite/bugs/closed/4596.v
Commit message (Collapse)AuthorAge
* Fixing bug #4596: [rewrite] broke in the past few weeks.Gravatar Pierre-Marie Pédrot2016-02-28
Checking that a term was indeed a relation was made too early, as the decomposition function recognized relations of the form "f (g .. (h x y)) with f, g unary and only h binary. We postpone this check to the very end.