Haskell Symposium 2008

Target for the nanopass paper.

to conference haskell research tock ... on 01 April 2008

Neil Mitchell - Catch: Case Totality Checker for Haskell

Unfortunately this uses Yhc, and I doubt somewhat that Yhc can compile Tock yet (given that GHC barely manages it)...

to haskell research static ... on 23 July 2007

Alex

Lexer generator for Haskell. May be worth using for Tock, with a follower pass that applies the line ending rules.

to compiler haskell lexer research ... on 23 July 2007

Command line options in Haskell

A neat way to do arg parsing in Haskell by composing functions on a state struct.

to haskell programming research ... on 25 April 2007

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

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