Keeping my random hacking while learning Haskell here.
My notes (src/OkasakiRB.hs) reading Okasaki red-black tree functional pearl.
My notes (src/Wadler.hs) while following Wadler's Monads for functional programming.
Files starting with "Learn" here (src) from following Learn you a Haskell.
The example (src/Beckman.hs) from Brian Beckman's state monad discussion on MSDN channel 9.
Misc stuff in the src dir.