-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
27 lines (25 loc) · 1020 Bytes
/
index.html
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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"><head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<style type="text/css">
div {
word-wrap: break-word;
width: 500px;
}
</style>
<title>Haskell for the Impatient</title>
</head>
<body>
<ol>
<li><a href="lenscheat.html">Lens Cheat Sheet</a></li>
<li><a href="dataproxy.html">Data.Proxy</a></li>
<li><a href="typefamilies.html">Type Families</a></li>
<li><a href="datagenerics.html">Data.Generics</a></li>
<li><a href="exceptions.html">Notes on Haskell Exceptions</a></li>
<li><a href="labnotebook.html">Running Notes on Development Projects</a></li>
<li><a href="generic-cache/index.html">generic-Cache documentation</a></li>
<li><a href="haskell-transformations/index.html">Haskell Transformations</a></li>
<li><a href="implicitparams.html">Haskell ImplicitParams pragma</a></li>
</ol>
</body>
</html>