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 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128
|
<title>The Haskell 98 Language Report</title>
<body background="lambda.gif">
<hr>
<div align=center>
<img src="h98.gif" alt="Haskell 98">
<h1>Haskell 98 Language and Libraries</h1>
<h1>The Revised Report</h1>
<h3 align="center">December 2002</h3>
</div>
<hr>
<h2>Brief Table of Contents</h2>
<ul>
<li><a href="index98.html">Full Table of Contents</a>
<li><a href="preface-jfp.html">Preface</a>
</ul>
<table border=0 width="100%" cellpadding=0>
<tr><td valign=top>
<h3>Part I: Language</h3>
<ol>
<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">Predefined Types and Classes</a>
<li><a href="io-13.html">Basic Input/Output</a>
<li><a href="standard-prelude.html">Standard Prelude</a>
<li><a href="syntax-iso.html">Syntax Reference</a>
<li><a href="derived.html">Specification of Derived Instances</a>
<li><a href="pragmas.html">Compiler Pragmas</a>
</ol>
</td>
<td valign=top>
<h3>Part II: Libraries</h3>
<table border=0>
<tr><td>
<ol start=12>
<li><a href="ratio.html">Ratio</a>
<li><a href="complex.html">Complex</a>
<li><a href="numeric.html">Numeric</a>
<li><a href="ix.html">Ix</a>
<li><a href="array.html">Array</a>
<li><a href="list.html">List</a>
<li><a href="maybe.html">Maybe</a>
<li><a href="char.html">Char</a>
</ol>
</td>
<td>
<ol start=20>
<li><a href="monad.html">Monad</a>
<li><a href="io.html">IO</a>
<li><a href="directory.html">Directory</a>
<li><a href="system.html">System</a>
<li><a href="time.html">Time</a>
<li><a href="locale.html">Locale</a>
<li><a href="cputime.html">CPUTime</a>
<li><a href="random.html">Random</a>
</ol>
</td>
</table>
</table>
<ul>
<li><a href="haskell.html">Bibliography</a>
<li><a href="prelude-index.html">Index of Prelude Functions and Types</a>
</ul>
<hr>
<div align=center>
<a href="http://research.microsoft.com/Users/simonpj">
Simon Peyton Jones</a> [editor], Microsoft Research, Cambridge <br>
<a href="http://www.cs.chalmers.se/~augustss">
Lennart Augustsson</a>, Sandburst Corporation <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/~rjmh">
John Hughes</a>, Chalmers University of Technology <br>
<a href="http://www.cs.chalmers.se/~johnsson">
Thomas Johnsson</a>, Chalmers University of Technology <br>
<a href="http://www.cse.ogi.edu/~mpj">
Mark Jones</a>, Oregon Graduate Institute <br>
<a href="http://www.cse.ogi.edu/~jl">
John Launchbury</a>, Oregon Graduate Institute <br>
<a href="http://research.microsoft.com/~emeijer">
Erik Meijer</a>, Microsoft Corporation<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>, University of Utah <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>, Avaya Labs <br>
</div>
<p>
Copyright (c) Simon Peyton Jones.
<br>
<em> The authors intend this Report to belong to the entire Haskell
community, and so we grant permission to copy and distribute it for
any purpose, provided that it is reproduced in its entirety,
including this Notice. Modified versions of this Report may also be
copied and distributed for any purpose, provided that the modified
version is clearly presented as such, and that it does not claim to be
a definition of the language Haskell 98.</em>
<p>
The master version of the Haskell Report is at <a
href="http://haskell.org/definition"> haskell.org</a>. Any corrections or
changes in the report are found there.
</body>
|