[Haskell-cafe] Functional Data Structures

2007-06-21 Thread Michael T. Richter
Is there a good book or web site outlining decent pure-lazy-functional data structures, with or without code samples? -- Michael T. Richter [EMAIL PROTECTED] (GoogleTalk: [EMAIL PROTECTED]) I'm not schooled in the science of human factors, but I suspect surprise is not an element of a robust

Re: [Haskell-cafe] Functional Data Structures

2007-06-21 Thread Josef Svenningsson
On 6/21/07, Michael T. Richter [EMAIL PROTECTED] wrote: Is there a good book or web site outlining decent pure-lazy-functional data structures, with or without code samples? Chris Okasaki's publication page is a goldmine when it comes to functional data structures, lazy and otherwise.

Re: [Haskell-cafe] Functional Data Structures

2007-06-21 Thread Derek Elkins
On Thu, 2007-06-21 at 20:21 +0800, Michael T. Richter wrote: Is there a good book or web site outlining decent pure-lazy-functional data structures, with or without code samples? http://www.google.com/search?q=purely+functional+data+structures ___