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 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76
|
<title>The Haskell 98 Report</title>
<body background="lambda.gif">
<hr>
<div align=center>
<img src="h98.gif" alt="Haskell 98">
<h3>Haskell 98: A Non-strict, Purely Functional Language</h3>
<h3 align="center">1 February 1999</h3>
<hr>
<a href="http://research.microsoft.com/Users/simonpj">
Simon Peyton Jones</a> [editor], Microsoft Research, Cambridge <br>
<a href="http://www.cs.chalmers.se/~rjmh">
John Hughes</a> [editor], Chalmers University of Technology <br>
<a href="http://www.cs.chalmers.se/~augustss">
Lennart Augustsson</a>, Chalmers University of Technology <br>
<a href="http://www.inmet.com/~dlb">
Dave Barton</a>, Intermetrics <br>
<a href="http://www.comp.vuw.ac.nz/Staff/Brian-Boutel.html">
Brian Boutel</a>, Victoria University of Wellington <br>
<a href="http://fas.sfu.ca/cs/people/Faculty/Burton/">
Warren Burton</a>, Simon Fraser University <br>
<a href="http://coyote.lanl.gov/HOMES/jfasel.html">
Joseph Fasel</a>, Los Alamos National Laboratory <br>
<a href="http://www.dcs.st-and.ac.uk/~kh/kh.html">
Kevin Hammond</a>, University of St. Andrews <br>
<a href="http://titan.informatik.uni-bonn.de/~ralf">
Ralf Hinze</a>, University of Bonn <br>
<a href="http://www.cs.yale.edu/homes/hudak-paul.html">
Paul Hudak</a>, Yale University <br>
<a href="http://www.cs.chalmers.se/~johnsson">
Thomas Johnsson</a>, Chalmers University of Technology <br>
<a href="http://www.cs.nott.ac.uk/Department/Staff/mpj/index.html">
Mark Jones</a>, University of Nottingham <br>
<a href="http://www.cse.ogi.edu/~jl">
John Launchbury</a>, Oregon Graduate Institute <br>
<a href="http://haskell.org/erik.html">
Erik Meijer</a>, Utrecht University<br>
<a href="http://www.cs.yale.edu/homes/peterson-john.html">
John Peterson</a>, Yale University <br>
<a href="http://www.cs.yale.edu/homes/reid-alastair.html">
Alastair Reid</a>, Yale University <br>
<a href="http://www.cs.york.ac.uk/~colin/home.html">
Colin Runciman</a>, York University <br>
<a href="http://cm.bell-labs.com/cm/cs/who/wadler/">
Philip Wadler</a>, University of Glasgow <br>
</div>
<hr>
Brief Table of Contents.
<ul>
<li><a href="index98.html">Full Table of Contents</a>
<li><a href="preface-13.html">Preface</a>
<li><a href="intro.html">Introduction</a>
<li><a href="lexemes.html">Lexical Structure</a>
<li><a href="exps.html">Expressions</a>
<li><a href="decls.html">Declarations and Bindings</a>
<li><a href="modules.html">Modules</a>
<li><a href="basic.html">Basic Types</a>
<li><a href="io-13.html">Input/Output</a>
<li><a href="standard-prelude.html">Standard Prelude</a>
<li><a href="syntax-iso.html">Syntax</a>
<li><a href="literate.html">Literate Comments</a>
<li><a href="derived.html">Derived Instances</a>
<li><a href="pragmas.html">Pragmas</a>
<li><a href="haskell.html">Bibliography</a>
<li><a href="prelude-index.html">Index of Prelude Functions and Types</a>
</ul>
<p>
<p>
The master version of the Haskell Report is at <a
href="http://haskell.org/report"> haskell.org</a>. Any corrections or
changes in the report are found there.
</body>
|