Proposal: Remove Show and Eq superclasses of Num

Ivan Lazar Miljenovic ivan.miljenovic at gmail.com
Fri Sep 16 01:17:49 CEST 2011


On 16 September 2011 08:58, Ian Lynagh <igloo at earth.li> 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

-- 
Ivan Lazar Miljenovic
Ivan.Miljenovic at gmail.com
IvanMiljenovic.wordpress.com



More information about the Libraries mailing list