Proposal: Remove Show and Eq superclasses of Num

Brent Yorgey byorgey at seas.upenn.edu
Fri Sep 16 15:44:40 CEST 2011


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



More information about the Libraries mailing list