hugs
1 definition found
hugs - Free On-line Dictionary of Computing (26 May 2007) :
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 classes, 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 <mpj@cs.nott.ac.uk>.
(1995-02-14)
|