Bulat Ziganshin <[EMAIL PROTECTED]> writes:

> if my idea was incorporated in Haskell, this change don't require
> even changing signatures of most functions working with arrays -
> just Array type become Array interface, what a much difference?

What would 'Eq -> Eq -> Ord -> Bool' mean?
'(Eq a, Eq b, Ord c) => a -> b -> c -> Bool'?
      '(Eq a, Ord b) => a -> a -> b -> Bool'?
      '(Eq a, Ord a) => a -> a -> a -> Bool'?

-- 
   __("<         Marcin Kowalczyk
   \__/       [EMAIL PROTECTED]
    ^^     http://qrnik.knm.org.pl/~qrczak/
_______________________________________________
Haskell-prime mailing list
Haskell-prime@haskell.org
http://haskell.org/mailman/listinfo/haskell-prime

Reply via email to