File: index.html

package info (click to toggle)
hugs 1.4.199801-1
  • links: PTS
  • area: non-free
  • in suites: slink
  • size: 7,220 kB
  • ctags: 5,609
  • sloc: ansic: 32,083; haskell: 12,143; yacc: 949; perl: 823; sh: 602; makefile: 236
file content (43 lines) | stat: -rw-r--r-- 1,501 bytes parent folder | download
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
<title>A Gentle Introduction to Haskell, Version 1.4</title>
<body bgcolor="#ffffff">
<hr>
<div align=center>
<img src="title.gif" alt="Annoying Graphic Logo">
<hr>
<a href="http://www.cs.yale.edu/homes/hudak-paul.html">
Paul Hudak</a>, Yale University <br>
<a href="http://www.cs.yale.edu/homes/peterson-john.html">
John Peterson</a>, Yale University <br>
<a href="http://coyote.lanl.gov/HOMES/jfasel.html">
Joseph Fasel</a>, Los Alamos National Laboratory <br>
<hr>
March 10, 1997<br>
</div>
<hr>
This is the HTML version of the Gentle Introduction To Haskell, version 1.4.
<p>
Brief Table of Contents.
<ul>
<LI><a href="intro.html">Introduction</a>
<LI><a href="goodies.html">Values, Types, and Other Goodies</a>
<LI><a href="functions.html">Functions</a>
<LI><a href="patterns.html">Case Expressions and Pattern Matching</a>
<LI><a href="classes.html">Type Classes and Overloading</a>
<LI><a href="moretypes.html">Types, Again</a>
<LI><a href="io.html">Input/Output</a>
<LI><a href="stdclasses.html">Standard Haskell Classes</a>
<LI><a href="modules.html">Modules</a>
<LI><a href="pitfalls.html">Typing Pitfalls</a>
<LI><a href="arrays.html">Arrays</a>
<LI><a href="end.html">The Next Stage</a>
<LI><a href="haskell-tutorial.html">Bibliography</a>
<LI><a href="indextutorial.html">Complete Table of Contents</a>
</UL>
<p>

The master version of the Haskell Tutorial is at <a
href="http://haskell.org/tutorial"> haskell.org</a>.  Any corrections or
changes in the report are found there.

</body>