-
Notifications
You must be signed in to change notification settings - Fork 0
/
toc.ncx
240 lines (206 loc) · 7.56 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
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
<?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>Category Theory for Programmers</text></docTitle>
<docAuthor><text>Bartosz Milewski</text></docAuthor>
<navMap>
<navPoint class="toc" id="toc" playOrder="0">
<navLabel>
<text>Table of Contents</text>
</navLabel>
<content src="pages/toc.html"/>
</navPoint>
<navPoint class="chapter" id="preface" playOrder="1">
<navLabel>
<text>Introduction</text>
</navLabel>
<content src="pages/0.0-category-theory-for-programmers-the-preface.html"/>
</navPoint>
<navPoint class="chapter" id="category-the-essence-of-composition" playOrder="2">
<navLabel>
<text>Category: The Essence of Composition</text>
</navLabel>
<content src="pages/1.1-category-the-essence-of-composition.html"/>
</navPoint>
<navPoint class="chapter" id="types-and-functions" playOrder="3">
<navLabel>
<text>Category: The Essence of Composition</text>
</navLabel>
<content src="pages/1.2-types-and-functions.html"/>
</navPoint>
<navPoint class="chapter" id="categories-great-and-small" playOrder="4">
<navLabel>
<text>Categories Great and Small</text>
</navLabel>
<content src="pages/1.3-categories-great-and-small.html"/>
</navPoint>
<navPoint class="chapter" id="kleisli-categories" playOrder="5">
<navLabel>
<text>Categories Great and Small</text>
</navLabel>
<content src="pages/1.4-kleisli-categories.html"/>
</navPoint>
<navPoint class="chapter" id="products-and-coproducts" playOrder="6">
<navLabel>
<text>Products and Coproducts</text>
</navLabel>
<content src="pages/1.5-products-and-coproducts.html"/>
</navPoint>
<navPoint class="chapter" id="simple-algebraic-data-types" playOrder="7">
<navLabel>
<text>Simple Algebraic Data Types</text>
</navLabel>
<content src="pages/1.6-simple-algebraic-data-types.html"/>
</navPoint>
<navPoint class="chapter" id="functors" playOrder="8">
<navLabel>
<text>Functors</text>
</navLabel>
<content src="pages/1.7-functors.html"/>
</navPoint>
<navPoint class="chapter" id="functoriality" playOrder="9">
<navLabel>
<text>Functoriality</text>
</navLabel>
<content src="pages/1.8-functoriality.html"/>
</navPoint>
<navPoint class="chapter" id="function-types" playOrder="10">
<navLabel>
<text>Function Types</text>
</navLabel>
<content src="pages/1.9-function-types.html"/>
</navPoint>
<navPoint class="chapter" id="natural-transformations" playOrder="11">
<navLabel>
<text>Natural Transformations</text>
</navLabel>
<content src="pages/1.10-natural-transformations.html"/>
</navPoint>
<navPoint class="chapter" id="category-theory-and-declarative-programming" playOrder="12">
<navLabel>
<text>Category Theory and Declarative Programming</text>
</navLabel>
<content src="pages/2.1-category-theory-and-declarative-programming.html"/>
</navPoint>
<navPoint class="chapter" id="limits-and-colimits" playOrder="13">
<navLabel>
<text>Limits and Colimits</text>
</navLabel>
<content src="pages/2.2-limits-and-colimits.html"/>
</navPoint>
<navPoint class="chapter" id="free-monoids" playOrder="14">
<navLabel>
<text>Free Monoids</text>
</navLabel>
<content src="pages/2.3-free-monoids.html"/>
</navPoint>
<navPoint class="chapter" id="representable-functors" playOrder="15">
<navLabel>
<text>Representable Functors</text>
</navLabel>
<content src="pages/2.4-representable-functors.html"/>
</navPoint>
<navPoint class="chapter" id="the-yoneda-lemma" playOrder="16">
<navLabel>
<text>The Yoneda Lemma</text>
</navLabel>
<content src="pages/2.5-the-yoneda-lemma.html"/>
</navPoint>
<navPoint class="chapter" id="yoneda-embedding" playOrder="17">
<navLabel>
<text>Yoneda Embedding</text>
</navLabel>
<content src="pages/2.6-yoneda-embedding.html"/>
</navPoint>
<navPoint class="chapter" id="its-all-about-morphisms" playOrder="18">
<navLabel>
<text>It’s All About Morphisms</text>
</navLabel>
<content src="pages/3.1-its-all-about-morphisms.html"/>
</navPoint>
<navPoint class="chapter" id="adjunctions" playOrder="19">
<navLabel>
<text>Adjunctions</text>
</navLabel>
<content src="pages/3.2-adjunctions.html"/>
</navPoint>
<navPoint class="chapter" id="freeforgetful-adjunctions" playOrder="20">
<navLabel>
<text>Free/Forgetful Adjunctions</text>
</navLabel>
<content src="pages/3.3-freeforgetful-adjunctions.html"/>
</navPoint>
<navPoint class="chapter" id="monads-programmers-definition" playOrder="21">
<navLabel>
<text>Monads: Programmer’s Definition</text>
</navLabel>
<content src="pages/3.4-monads-programmers-definition.html"/>
</navPoint>
<navPoint class="chapter" id="monads-and-effects" playOrder="22">
<navLabel>
<text>Monads and Effects</text>
</navLabel>
<content src="pages/3.5-monads-and-effects.html"/>
</navPoint>
<navPoint class="chapter" id="monads-categorically" playOrder="23">
<navLabel>
<text>Monads Categorically</text>
</navLabel>
<content src="pages/3.6-monads-categorically.html"/>
</navPoint>
<navPoint class="chapter" id="comonads" playOrder="24">
<navLabel>
<text>Comonads</text>
</navLabel>
<content src="pages/3.7-comonads.html"/>
</navPoint>
<navPoint class="chapter" id="f-algebras" playOrder="25">
<navLabel>
<text>F-Algebras</text>
</navLabel>
<content src="pages/3.8-f-algebras.html"/>
</navPoint>
<navPoint class="chapter" id="algebras-for-monads" playOrder="26">
<navLabel>
<text>Algebras for Monads</text>
</navLabel>
<content src="pages/3.9-algebras-for-monads.html"/>
</navPoint>
<navPoint class="chapter" id="ends-and-coends" playOrder="27">
<navLabel>
<text>Ends and Coends</text>
</navLabel>
<content src="pages/3.10-ends-and-coends.html"/>
</navPoint>
<navPoint class="chapter" id="kan-extensions" playOrder="28">
<navLabel>
<text>Kan Extensions</text>
</navLabel>
<content src="pages/3.11-kan-extensions.html"/>
</navPoint>
<navPoint class="chapter" id="enriched-categories" playOrder="29">
<navLabel>
<text>Enriched Categories</text>
</navLabel>
<content src="pages/3.12-enriched-categories.html"/>
</navPoint>
<navPoint class="chapter" id="lawvere-theories" playOrder="31">
<navLabel>
<text>Lawvere Theories</text>
</navLabel>
<content src="pages/3.14-lawvere-theories.html"/>
</navPoint>
<navPoint class="chapter" id="monads-monoids-and-categories" playOrder="32">
<navLabel>
<text>Monads, Monoids, and Categories</text>
</navLabel>
<content src="pages/3.15-monads-monoids-and-categories.html"/>
</navPoint>
</navMap>
</ncx>