[Haskell] Question concerning the "Data Parallel Haskell: a status report" paper

Roman Leshchinskiy rl at cse.unsw.edu.au
Tue Jan 8 00:31:00 EST 2008


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



More information about the Haskell mailing list