Daniel Fischer wrote: > I would like to propose the elimination of the special error case > gcd 0 0 = error "Prelude.gcd: gcd 0 0 is undefined" > to replace it with > gcd 0 0 = 0 > (which would be an automatic consequence of removing the above line). +1 mod 4 -Yitz