blob: b87563ac3b0171b3ee03d0e4a27c3540b7124472 (
plain)
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
|
<?xml version="1.0" encoding="iso-8859-1"?>
<bookinfo>
<title>@ProjectName@ User's Guide, Version @ProjectVersion@</title>
<author><othername>The GHC Team</othername></author>
<address>
<email>glasgow-haskell-users-request@haskell.org</email>
</address>
</bookinfo>
&license;
&intro;
&ghci;
&runghc;
&using;
&prof;
&sooner;
&lang-features;
&ffi-chap;
&extending-ghc;
&wrong;
&utils;
&win32-dll;
&bugs;
<index/>
<!-- Emacs stuff:
;;; Local Variables: ***
;;; mode: xml ***
;;; sgml-parent-document: ("users_guide.xml" "book") ***
;;; End: ***
-->
|