2001-06-19 16:05:40 +02:00
|
|
|
Hugs 98 is a functional programming system based on Haskell 98, the
|
|
|
|
de facto standard for non-strict functional programming languages.
|
1997-11-24 01:10:19 +01:00
|
|
|
|
2001-06-19 16:05:40 +02:00
|
|
|
Hugs 98 provides an almost complete implementation of Haskell 98,
|
|
|
|
including monad and record syntax, newtypes, strictness annotations,
|
|
|
|
and modules. In addition, it comes packaged with almost all libraries
|
|
|
|
defined in the most recent version of the Haskell 98 Library Report.
|
1997-11-24 01:10:19 +01:00
|
|
|
|
2001-06-19 16:05:40 +02:00
|
|
|
Hugs 98 also supports a number of advanced and experimental extensions
|
|
|
|
including multi-parameter classes, extensible records, rank-2
|
|
|
|
polymorphism, existentials, scoped type variables, and restricted
|
|
|
|
type synonyms.
|
1999-05-03 08:13:27 +02:00
|
|
|
|
2001-06-19 16:05:40 +02:00
|
|
|
WWW: http://www.haskell.org/hugs/
|
2000-04-30 21:12:28 +02:00
|
|
|
|
2001-06-19 16:05:40 +02:00
|
|
|
-- Oliver Braun
|
|
|
|
obraun@informatik.unibw-muenchen.de
|