Haskell User's Gofer System
<language> (HUGS) An implementation of
Haskell derived from
Gofer 2.30b with an interactive development environment much like Gofer's.
Almost all of the features of Haskell 1.2 are implemented with the exception of the
module system.
Hugs supports Haskell style
type classes, a full prelude, derived instances, defaults, overloaded numeric
literals and
pattern matching, and
bignum arithmetic.
Home (http://www.cs.nott.ac.uk/Department/Staff/mpj/hugs.html).
(ftp://ftp.cs.nott.ac.uk/pub/haskell/hugs).
E-mail: Mark P. Jones <
[email protected]>.