Nub Games » Writing a Simple Search Engine in Haskell: Part 1 — Maybe and List

Includes the worst analogy for monads I've ever read, but there's some interesting stuff here.

to functional haskell monads research ... on 09 April 2007

All About Monads

Handy introduction and reference to Haskell's standard monads.

to functional haskell monads research ... on 19 October 2006

Halfs, A Haskell Filesystem

Haskell bindings for FUSE. They use monads to restrict the things that read-only FS ops can do, which is quite interesting.

to filesystems fuse haskell monads ... on 07 October 2006

The Continuation monad

Implementing call/cc using monads. The same approach could be used to implement occam-style concurrency in Haskell without needing to mess with the runtime -- I reckon there's a paper in there...

to concurrency functional haskell monads research ... on 01 October 2006

Of monads and spacesuits

How monads work in Haskell, via a rather silly metaphor.

to functional haskell monads research ... on 15 August 2006

Tags related to monads

- monads
 
1 concurrency
1 filesystems
4 functional
1 fuse
5 haskell
5 monads
4 research