I'm looking for a good algorithms reference for functional programming. I have this book:
but all the examples are written in a procedural pseudocode. It's a fantastic book, though!
I also have this one:
Although all the examples are in Standard ML and Haskell, it's not really a complete reference since it doesn't cover some of the "basic" algorithms such as sorting, list operations, permutations, and so forth.
Know of any good books that give examples using functional techniques?
Edit
Lots of great responses with books about functional programming. However, I'm looking for something that's more like the Corman book (Introduction to Algorithms): a compendium of functional algorithms. Maybe such a book doesn't exist...yet.