
On Fri, May 28, 2010 at 4:45 AM, Chris Eidhof
Nhe most important reference in literature might be Okasaki's Purely functional data structures:
@book{okasaki1999purely, title={{Purely functional data structures}}, author={Okasaki, C.}, year={1999}, publisher={Cambridge Univ Pr} }
-chris
Although not exactly a "page" as requested, Okasaki's thesis is available online and there is an implementation in Haskell of his data structures: http://hackage.haskell.org/package/EdisonCore Another book on functional algorithms, but using Haskell: http://www.iro.umontreal.ca/~lapalme/Algorithms-functional.html @book{rabhi1999algorithms, title={{Algorithms; A Functional Programming Approach}}, author={Rabhi, F. and Lapalme, G.}, year={1999}, publisher={Addison-Wesley Longman Publishing Co., Inc. Boston, MA, USA} } A few other links: http://www.haskell.org/haskellwiki/Applications_and_libraries/Data_structure... http://en.wikibooks.org/wiki/Haskell -- see Haskell Performance Take care, Paulo