[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 user interface. (Chip Rosenthal)


signature.asc
Description: This is a digitally signed message part
___
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe


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.
http://www.eecs.usma.edu/webs/people/okasaki/pubs.html

Cheers,

Josef
___
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe


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

___
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe