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

2008-01-07 Thread Roman Leshchinskiy
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 ___ Has

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

2008-01-07 Thread Brent Yorgey
On Jan 5, 2008 1:35 PM, Stephan Friedrichs <[EMAIL PROTECTED]> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Hi Haskellers, > > the paper "Data Parallel Haskell: a status report" (Chakravarty, > Leshchinskiy, Peyton Jones, Keller and Marlow) is an important source of > my seminar ha

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

2008-01-05 Thread Stephan Friedrichs
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Haskellers, the paper "Data Parallel Haskell: a status report" (Chakravarty, Leshchinskiy, Peyton Jones, Keller and Marlow) is an important source of my seminar handout about skeletons and parallelisation. It contains code samples concerning the Ar