On Thu, Sep 15, 2011 at 11:58:21PM +0100, Ian Lynagh wrote:
Hi all,
I would like to propose that we remove the Show and Eq superclasses from
Num, i.e. change
class (Eq a, Show a) => Num a where
[...]
to
class Num a where
[...]
+1 to all five patches.
-Brent