-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
65 lines (59 loc) · 2.59 KB
/
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
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
<!DOCTYPE HTML>
<html lang="en">
<head>
$partial("templates/global-head.html")$
</head>
<body id="home-page">
$partial("templates/global-header.html")$
<div class="intro">
<div class="container">
<div class="row">
<div>
<h1>Discover the<br>Joy of Haskell</h1>
<p class="lead">
There is so much in Haskell to love.
<br>
Let us help you discover it all.
</p>
</div>
<div>
<img src="/images/noun_787671_cc.svg">
</div>
</div>
</div>
</div>
<div class="container text">
<div class="row row-1">
<div>
<h2>A new book for intermediate Haskell users.</h2>
<p class="body">We know Haskell; yet every day, as we use Haskell and get to know it better, we find there is still so much to learn. A large ecosystem of practical libraries and language extensions that we want to know better. Concepts from category theory and logic that we had never encountered before. A rich history of logicians, mathematicians, and computer scientists advancing the field through academic white papers.
</p>
<p class="body"><em>And we want to know it all.</em></p>
</div>
<div>
$partial("templates/LambdaCase.html")$
</div>
</div>
<div class="row row-2">
<div>
<h2>Haskell the way you want it.</h2>
<ul class="body">
<li>Illustrative examples for Haskell libraries and GHC language extensions.</li>
<li>Concise, clear explanations of fundamental math and logic concepts.</li>
<li>A reference manual for things that are easy to forget.</li>
<li>An opinionated style guide of Haskell usage.</li>
<li>A choose-your-own-learning-adventure through a forest of functors.</li>
</ul>
</div>
<div>
$partial("templates/attoparsec.html")$
</div>
</div>
<hr>
</div>
<div class="container">
$partial("templates/mailchimp.html")$
</div>
$partial("templates/global-footer.html")$
</body>
</html>