Erik Meijer, in his paper "Server Side Scripting in Haskell", FFP, Jan 98
(www.cs.uu.nl/~erik/) claims that his Haskell/CGI library is a part of the
standard Hugs distribution. He also thanks the teams from Yale and
Nottingham for including it as one of the demos in the standard
distribution (of Hugs). I could not find it there though, nor on
Erik's site.
What is available from haskell.org are two much outdated versions of CGI
library: one by Erik himself and one modified (and adopted to Haskell 98)
by Sven Panne. By outdated I mean that they both are based on Erik's
earlier work and much predate the refined and simplified concepts,
quite nicely described in the paper.
So where is the code in question? Is it still available to public
and if yes - who is a keeper?
Jan