[Haskell-cafe] Derivation of Eq given Ord

Malte Milatz malte at gmx-topmail.de
Thu Aug 9 12:47:04 EDT 2007


I wrote:

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

This should have been

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

Malte


More information about the Haskell-Cafe mailing list