forked from igstan/learn-you-a-haskell-kindle
-
Notifications
You must be signed in to change notification settings - Fork 0
/
toc.ncx
121 lines (104 loc) · 3.64 KB
/
toc.ncx
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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE ncx PUBLIC "-//NISO//DTD ncx 2005-1//EN" "http://www.daisy.org/z3986/2005/ncx-2005-1.dtd">
<ncx xmlns="http://www.daisy.org/z3986/2005/ncx/" version="2005-1" xml:lang="en-US">
<head>
<meta name="dtb:uid" content="BookId"/>
<meta name="dtb:depth" content="2"/>
<meta name="dtb:totalPageCount" content="0"/>
<meta name="dtb:maxPageNumber" content="0"/>
</head>
<docTitle><text>Learn You a Haskell for Great Good!</text></docTitle>
<docAuthor><text>Miran Lipovača</text></docAuthor>
<navMap>
<navPoint class="toc" id="toc">
<navLabel>
<text>Table of Contents</text>
</navLabel>
<content src="pages/toc.html"/>
</navPoint>
<navPoint class="chapter" id="introduction">
<navLabel>
<text>Introduction</text>
</navLabel>
<content src="pages/introduction.html"/>
</navPoint>
<navPoint class="chapter" id="starting-out">
<navLabel>
<text>Starting Out</text>
</navLabel>
<content src="pages/starting-out.html"/>
</navPoint>
<navPoint class="chapter" id="types-and-typeclasses">
<navLabel>
<text>Type and Typeclasses</text>
</navLabel>
<content src="pages/types-and-typeclasses.html"/>
</navPoint>
<navPoint class="chapter" id="syntax-in-functions">
<navLabel>
<text>Syntax in Functions</text>
</navLabel>
<content src="pages/syntax-in-functions.html"/>
</navPoint>
<navPoint class="chapter" id="recursion">
<navLabel>
<text>Recursion</text>
</navLabel>
<content src="pages/recursion.html"/>
</navPoint>
<navPoint class="chapter" id="higher-order-functions">
<navLabel>
<text>Higher Order Functions</text>
</navLabel>
<content src="pages/higher-order-functions.html"/>
</navPoint>
<navPoint class="chapter" id="modules">
<navLabel>
<text>Modules</text>
</navLabel>
<content src="pages/modules.html"/>
</navPoint>
<navPoint class="chapter" id="making-our-own-types-and-typeclasses">
<navLabel>
<text>Making Our Own Types and Typeclasses</text>
</navLabel>
<content src="pages/making-our-own-types-and-typeclasses.html"/>
</navPoint>
<navPoint class="chapter" id="input-and-output">
<navLabel>
<text>Input and Output</text>
</navLabel>
<content src="pages/input-and-output.html"/>
</navPoint>
<navPoint class="chapter" id="functionally-solving-problems">
<navLabel>
<text>Functionally Solving Problems</text>
</navLabel>
<content src="pages/functionally-solving-problems.html"/>
</navPoint>
<navPoint class="chapter" id="functors-applicative-functors-and-monoids">
<navLabel>
<text>Functors Applicative Functors and Monoids</text>
</navLabel>
<content src="pages/functors-applicative-functors-and-monoids.html"/>
</navPoint>
<navPoint class="chapter" id="a-fistful-of-monads">
<navLabel>
<text>A Fistful of Monads</text>
</navLabel>
<content src="pages/a-fistful-of-monads.html"/>
</navPoint>
<navPoint class="chapter" id="for-a-few-monads-more">
<navLabel>
<text>For a Few Monads More</text>
</navLabel>
<content src="pages/for-a-few-monads-more.html"/>
</navPoint>
<navPoint class="chapter" id="zippers">
<navLabel>
<text>Zippers</text>
</navLabel>
<content src="pages/zippers.html"/>
</navPoint>
</navMap>
</ncx>