[Haskell-cafe] Looking for literature

2009-03-08 Thread Gü?nther Schmidt
Hi all, I'm trying to catch up with all the wonderful Haskell Types, classes, Abstract Data Types, Algebraic Data Types, Types that give peoples headaches and all the other, deeper stuff I have been happily putting off. Now to look smart I have a bookshelf full of books for smart people and

Re: [Haskell-cafe] Looking for literature

2009-03-08 Thread Joseph Fredette
TaPL, iirc, is more about compilers and typesystems, and not specifically about haskell. RWH will give you a cover of the basic stuff and common data types. The Typeclassopedia will cover all the major typeclasses (google search ought to reveal it's super-secret location). Otherwise, the

Re: [Haskell-cafe] Looking for literature

2009-03-08 Thread G?uenther Schmidt
Hah! I always knew it! I'm not the only getting a headache from this. Thanks Joseph Joseph Fredette schrieb: TaPL, iirc, is more about compilers and typesystems, and not specifically about haskell. RWH will give you a cover of the basic stuff and common data types. The Typeclassopedia will

Re: [Haskell-cafe] Looking for literature

2009-03-08 Thread Claus Reinke
I'm trying to catch up with all the wonderful Haskell Types, classes, Abstract Data Types, Algebraic Data Types, Types that give peoples headaches and all the other, deeper stuff I have been happily putting off. Hmm, do we need more pragmas?-) {-# LANGUAGE TypesThatGivePeopleHeadaches #-} {-#

Re: [Haskell-cafe] Looking for literature

2009-03-08 Thread Don Stewart
claus.reinke: I'm trying to catch up with all the wonderful Haskell Types, classes, Abstract Data Types, Algebraic Data Types, Types that give peoples headaches and all the other, deeper stuff I have been happily putting off. Hmm, do we need more pragmas?-) {-# LANGUAGE