[Haskell-cafe] instance Enum Double considered not entirely great?

Evan Laforge qdunkan at gmail.com
Wed Sep 21 01:27:07 CEST 2011


On Tue, Sep 20, 2011 at 4:23 PM, Daniel Fischer
<daniel.is.fischer at googlemail.com> wrote:
> On Wednesday 21 September 2011, 00:38:12, Maciej Marcin Piechotka wrote:
>> +1 for:
>>
>> class Eq a => IEEEEq a where
>>     (<.) :: a -> a -> Bool
>>     (>.) :: a -> a -> Bool
>>
>> Regards
>
> -1 for the class name, too easy to miscount the Es.

Aww, I was looking forward to being able to use "i quadruple-e q" in
conversation.



More information about the Haskell-Cafe mailing list