File: index.html

package info (click to toggle)
haskell-doc 19991028-1
  • links: PTS
  • area: main
  • in suites: potato, woody
  • size: 1,672 kB
  • ctags: 620
  • sloc: haskell: 2,123; makefile: 158; sh: 31
file content (48 lines) | stat: -rw-r--r-- 1,580 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
44
45
46
47
48
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"
   "http://www.w3.org/TR/REC-html40/loose.dtd">
<html>
  <head>
    <title>Assorted Haskell Language Documentation</title>
  </head>

  <body>
    <h1>Assorted Haskell Language Documentation</h1>

    <DL>
      <DT><A HREF="tutorial/index.html">Gentle Introduction to Haskell 98</A></DT>
      <DD>
        The Gentle Introduction is an introduction to the Haskell
        language.  It assumes programming experience and familiarity
        with functional programming (for example with Lisp, Scheme or
        other such languages).
      </DD>

      <DT><A HREF="report/index.html">The Haskell 98 Report</A></DT>
      <DD>
        This report defines the "non-strict, purely functional
        language" Haskell&nbsp;98.  It has an errata mentioned below.
      </DD>

      <DT><A HREF="library-report/index.html">The Haskell 98 Library Report</A></DT>
      <DD>
        This report is also known as "Standard Libraries for
        Haskell&nbsp;98".  It is the definition of the standard
        library for Haskell&nbsp;98.
      </DD>

      <DT><A HREF="haskell98-bugs.html">Errata in the Haskell 98 Language Report</A></DT>
      <DD>
        Read all about the errors in the Haskell&nbsp;definition!
      </DD>
    </DL>

    <hr>
    <address><a href="mailto:ajk@debian.org">Antti-Juhani Kaijanaho &lt;ajk@debian.org&gt;</a></address>
    <P>
<!-- Created: Wed Apr 28 19:21:41 EEST 1999 -->
<!-- hhmts start -->
Last modified: Fri Oct 22 16:15:37 EEST 1999
<!-- hhmts end -->
    </P>
  </body>
</html>