File: index.html.in

package info (click to toggle)
ghc 9.10.3-3
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 169,076 kB
  • sloc: haskell: 713,554; ansic: 84,184; cpp: 30,255; javascript: 9,003; sh: 7,870; fortran: 3,527; python: 3,228; asm: 2,523; makefile: 2,324; yacc: 1,570; lisp: 532; xml: 196; perl: 111; csh: 2
file content (58 lines) | stat: -rw-r--r-- 1,382 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
49
50
51
52
53
54
55
56
57
58
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<HTML>
  <HEAD>
    <TITLE>GHC Documentation</TITLE>
  </HEAD>

  <BODY>

    <H1>GHC Documentation</H1>

    <P>
      Welcome to GHC!
    </P>

    <P>
      This is the top of the GHC documentation tree, where you will find
      links to all the supplied documentation about GHC and its libraries.
    </P>

    <UL>
      <LI>
        <P>
          <B><A HREF="users_guide/index.html">The User's Guide</A></B>
        </P>
        <P>
          The User's Guide has all you need to know about using GHC:
          command line options, language extensions, GHCi, etc.
        </P>
      </LI>

      <LI>
        <P>
          <B><A HREF="libraries/index.html">Libraries</A></B>
        </P>
        <P>
          Documentation for the libraries that come with GHC.
        </P>
      </LI>

      <LI>
        <P>
          <B><A HREF="libraries/@LIBRARY_ghc_UNIT_ID@/index.html">GHC API</A></B>
        </P>
        <P>
          Documentation for the GHC API.
        </P>
      </LI>
    </UL>

    <P>For more information, see the following:</P>
    <UL>
      <LI><P><A href="http://www.haskell.org/ghc/">GHC Home Page</A></P></LI>
      <LI><P><A href="https://gitlab.haskell.org/ghc/ghc/wikis/">
        GHC Developers Home</A></P></LI>
    </UL>
  </BODY>
</HTML>