» tagged pages
» logout

sorted by: recent | see : popular
Content Tagged with monads + research

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.

Haskell: del.icio.us tag/haskell

All About Monads

Handy introduction and reference to Haskell's standard monads.

Haskell: del.icio.us tag/haskell

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...

Haskell: del.icio.us tag/haskell

Of monads and spacesuits

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

Haskell: del.icio.us tag/haskell

Comprehending Monads (1992) - Wadler

Presents monad comprehensions as a way to structure monadic programs. (I'm pretty sure this precedes do-syntax.)

Haskell: del.icio.us tag/haskell