I wrote:

> instance Eq Ego => Eq Ord where ...

This should have been

instance Eq (Ego a) => Ord (Ego a)

Malte
_______________________________________________
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe

Reply via email to