hugs

from The Free On-line Dictionary of Computing (8 July 2008)
Haskell User's Gofer System
HUGS

   <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 class}es, a full prelude,
   {derived instances}, defaults, {overloaded} numeric {literals}
   and {pattern matching}, and {bignum} arithmetic.

   Home
   (http://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]>.

   (1995-02-14)
    

[email protected]