Stephan Friedrichs wrote:
class ArrElem Int where -- sic!
-- ...
My question is: Is "class ArrElem Int" a typo and should be "instance
ArrElem Int" or did I get something wrong?
Yes, that's a typo. Thanks for pointing it out. Roman _______________________________________________ Haskell mailing list [email protected] http://www.haskell.org/mailman/listinfo/haskell
