On Wed, Sep 10, 2003 at 02:27:33PM +0200, Ketil Z. Malde wrote:
>
> Shouldn't that rather be:
>
> class HasWibble a where
> wibble :: a -> Int
> set_wibble :: a -> Int -> a
>
> class HasWobble a where ...
Or even:
class HasWibble a b | a -> b where
wibble :: a -> b
set_wibble :: a -> b -> a
class HasWobble a b | a -> b where ...
Best regards,
Tom
--
.signature: Too many levels of symbolic links
_______________________________________________
Haskell mailing list
[EMAIL PROTECTED]
http://www.haskell.org/mailman/listinfo/haskell