blob: c5710f1d77e63cc89399a978099b395849ff0f5b (
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
|
<?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-{bugs,users}-request@haskell.org</email>
</address>
</bookinfo>
&license;
&intro;
&installing;
&ghci;
&using;
&prof;
&sooner;
&lang-features;
&ffi-chap;
&wrong;
&utils;
&win32-dll;
&bugs;
<index/>
<!-- Emacs stuff:
;;; Local Variables: ***
;;; mode: xml ***
;;; sgml-parent-document: ("users_guide.xml" "book") ***
;;; End: ***
-->
|