Add old behaviour of gcd
The behaviour of gcd was changed to "gcd 0 0 = 0", here we must keep the haskell98 behaviour and raise an error.
Please register or sign in to comment
The behaviour of gcd was changed to "gcd 0 0 = 0", here we must keep the haskell98 behaviour and raise an error.