Why do I have to specify (Monad m) here again?

class (Monad m) => GetMV m a where
...

instance GetMV m c where
...

No instance for (Monad m)
       arising from the superclasses of an instance declaration
possible fix:
       add (Monad m) to the instance declaration superclass context

Marc
_______________________________________________
Haskell-Cafe mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/haskell-cafe

Reply via email to