Proposal: Remove Show and Eq superclasses of Num

Balazs Komuves bkomuves at gmail.com
Fri Sep 16 09:46:46 CEST 2011


+1
I fully agree that this small incremental change is good step in this case.
Balazs Komuves


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
>        [...]
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.haskell.org/pipermail/libraries/attachments/20110916/84b6fe6e/attachment.htm>


More information about the Libraries mailing list