Haddock

The Haskell doc extraction system -- remarkably similar to OccamDoc, as you'd expect, except I think I like our syntax better.

to documentation haskell programming research ... on 07 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

History of Haskell - HaskellWiki

Detailed paper on the development of Haskell -- very interesting reading. The other papers in the same conference will probably be worth checking out too.

to design haskell language research ... on 07 October 2006

7.6. Template Haskell

GHC's implementation of Template Haskell.

to compiler haskell metaprogramming research templates ... on 06 October 2006

Generic Programming with Strafunski

Another library along the lines of Data.Generics.

to generics haskell research ... on 06 October 2006

Pugs - pugscode

The Perl 6 compiler/interpreter written in Haskell.

to compiler haskell perl research ... on 05 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

Scrap your boilerplate ... in Haskell

Generic programming in GHC -- with one of the examples being traversing ASTs in a nice way. This looks distinctly useful (and rather nicer than the current approach I'm using!), provided it meshes nicely with the monad stuff [yes, it does, it's in the fir

to compiler functional haskell research ... on 01 October 2006

Haskell - Wikibooks, collection of open-content textbooks

Quite a good Haskell tutorial.

to functional haskell programming research ... on 06 September 2006

Of monads and spacesuits

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

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