10 Sep
2003
10 Sep
'03
10:35 a.m.
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