Haskell 98: Difference between revisions
mNo edit summary |
mNo edit summary |
||
Line 11: | Line 11: | ||
</blockquote> | </blockquote> | ||
= Haskell 98 Language and Libraries: The Revised Report (December 2002) = | == Haskell 98 Language and Libraries: The Revised Report (December 2002) == | ||
Available [http://www.haskell.org/onlinereport/ online] and as a [https://www.haskell.org/definition/haskell98-report.pdf PDF document]. | Available [http://www.haskell.org/onlinereport/ online] and as a [https://www.haskell.org/definition/haskell98-report.pdf PDF document]. | ||
Revision as of 18:02, 12 March 2025
Haskell 98 was conceived as a relatively minor tidy-up of Haskell 1.4, making some simplifications, and removing some pitfalls for the unwary. It is intended to be a “stable” language in sense the implementors are committed to supporting Haskell 98 exactly as specified, for the foreseeable future.
[...] it provides a stable point of reference, so that those who wish to write text books, or use Haskell for teaching, can do so in the knowledge that Haskell 98 will continue to exist.
Preface, Special Issue of the Journal of Functional Programming 13(1) Jan 2003.
Haskell 98 Language and Libraries: The Revised Report (December 2002)
Available online and as a PDF document.
Links
- The original Haskell 98 Report/s (February 1999)
- Language: HTML, PostScript
- Library: HTML, PostScript