Skip to content
Snippets Groups Projects
Commit b43a8907 authored by Ross Paterson's avatar Ross Paterson
Browse files

Tweak title to match formatted version.

Also gave the brief table of contents a more compact layout.
parent 0ab57ed2
No related branches found
No related tags found
No related merge requests found
......@@ -4,7 +4,8 @@
<div align=center>
<img src="h98.gif" alt="Haskell 98">
<h1>Haskell 98 language and libraries: The Revised Report</h1>
<h1>Haskell 98 Language and Libraries</h1>
<h1>The Revised Report</h1>
<h3 align="center">December 2002</h3>
</div>
<hr>
......@@ -14,9 +15,9 @@
<li><a href="preface-jfp.html">Preface</a>
</ul>
<p>
<table border=0 width="100%" cellpadding=0>
<tr><td valign=top>
<h3>Part I: Language</h3>
<p>
<ol>
<li><a href="intro.html">Introduction</a>
<li><a href="lexemes.html">Lexical Structure</a>
......@@ -30,9 +31,13 @@
<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>
......@@ -42,6 +47,10 @@
<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>
......@@ -51,9 +60,9 @@
<li><a href="cputime.html">CPUTime</a>
<li><a href="random.html">Random</a>
</ol>
<p>
<p>
</td>
</table>
</table>
<ul>
<li><a href="haskell.html">Bibliography</a>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment