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
|
<title> The Haskell Library Report 1.4 </title>
<body bgcolor="#ffffff">
<div align=center>
<img src="h98-libs.gif" alt="Haskell 98 Libraries">
<h3 align="center">Standard Libraries for Haskell 98</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>
Contents:
<ul>
<li><a href="introduction.html">Introduction</a>
<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>
<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>
</ul>
<p>
There is also a <a href="libindex.html"> complete index</a>.
<p>
The master version of the Haskell Library Report is at <a
href="http://haskell.org/library"> haskell.org</a>. Any corrections or
changes in the report are found there.
</body>
|