Haskell 98: Difference between revisions

From HaskellWiki
(add stub)
 
mNo edit summary
Line 1: Line 1:
[http://www.haskell.org/onlinereport/ Haskell 98 Language and Libraries Report]
<blockquote>
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.
 
<small>[https://www.haskell.org/onlinereport/preface-jfp.html Preface], Special Issue of the Journal of Functional Programming 13(1) Jan 2003.</small>
</blockquote>
 
= 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].
 
== Links ==
;The original Haskell 98 Report/s (February 1999)
 
* Language: [https://www.haskell.org/definition/original-haskell98-report-html.tar.gz HTML], [https://www.haskell.org/definition/original-haskell98-report.ps.gz PostScript]
 
* Library: [https://www.haskell.org/definition/original-haskell98-library-html.tar.gz HTML], [https://www.haskell.org/definition/original-haskell98-library.ps.gz PostScript]

Revision as of 18:00, 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)