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