1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"
"http://www.w3.org/TR/REC-html40/loose.dtd">
<html>
<head>
<title>Assorted Haskell Language Documentation</title>
</head>
<body>
<h1>Assorted Haskell Language Documentation</h1>
<DL>
<DT><A HREF="tutorial/index.html">Gentle Introduction to Haskell 98</A></DT>
<DD>
The Gentle Introduction is an introduction to the Haskell
language. It assumes programming experience and familiarity
with functional programming (for example with Lisp, Scheme or
other such languages).
</DD>
<DT><A HREF="report/index.html">The Haskell 98 Report</A></DT>
<DD>
This report defines the "non-strict, purely functional
language" Haskell 98. It has an errata mentioned below.
</DD>
<DT><A HREF="library-report/index.html">The Haskell 98 Library Report</A></DT>
<DD>
This report is also known as "Standard Libraries for
Haskell 98". It is the definition of the standard
library for Haskell 98.
</DD>
<DT><A HREF="haskell98-bugs.html">Errata in the Haskell 98 Language Report</A></DT>
<DD>
Read all about the errors in the Haskell definition!
</DD>
</DL>
<hr>
<address><a href="mailto:ajk@debian.org">Antti-Juhani Kaijanaho <ajk@debian.org></a></address>
<P>
<!-- Created: Wed Apr 28 19:21:41 EEST 1999 -->
<!-- hhmts start -->
Last modified: Fri Oct 22 16:15:37 EEST 1999
<!-- hhmts end -->
</P>
</body>
</html>
|