8 ways to report errors in Haskell

Or: why I couldn't do the thing I was trying to do on Saturday.

to exceptions haskell programming ... on 19 March 2007

HOOD

A Haskell debugging tool; designed for inspecting data structures.

to debugging haskell research software ... on 10 November 2006

Haskell/Existentially quantified types - Wikibooks, collection of open-content textbooks

How to do heterogenous lists (i.e. lists containing items of a typeclass, rather than of a type).

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

All About Monads

Handy introduction and reference to Haskell's standard monads.

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

HS XML queries via SYB3 like generic transformations

Another generic transformations approach, with some HsXML examples. It appears from the provided code to be a "semi-structured data" system, which may be exactly what we want.

to compiler generics haskell research ... on 07 October 2006

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