Skip to content

Commit

Permalink
Do all remaining changes to replace existing HTML with markdown-gener…
Browse files Browse the repository at this point in the history
…ated HTML
  • Loading branch information
Gregory Cox committed Mar 16, 2023
1 parent 87f70b0 commit a0c4a4a
Show file tree
Hide file tree
Showing 16 changed files with 13,046 additions and 11,071 deletions.
3,004 changes: 1,100 additions & 1,904 deletions docs/a-fistful-of-monads.html

Large diffs are not rendered by default.

345 changes: 195 additions & 150 deletions docs/chapters.html

Large diffs are not rendered by default.

48 changes: 36 additions & 12 deletions docs/faq.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,19 +16,43 @@
<body class="introcontent">
<div class="bgwrapper">
<div id="content">
<h1 id="faq">FAQ</h1>
<img src="assets/images/faq/turtle.png" class="right" width="349" height="204" alt="turtle???">
<h2 id="can-i-put-this-tutorial-on-my-site-or-change-it-or-whatever">Can I put this tutorial on my site or change it or whatever?</h2>
<p>Sure, it’s licensed under a <a href="https://creativecommons.org/licenses/by-nc-sa/3.0/" rel="license">creative commons</a> license, so you can share and change this, as long as you do it with a smile on your face and for non-commercial purposes.</p>
<h2 id="do-you-recommend-any-other-haskell-reading-material">Do you recommend any other Haskell reading material?</h2>
<p>There are loads of awesome tutorials out there, but I’d just like to point out how great <a href="http://book.realworldhaskell.org/read/" rel="nofollow">Real World Haskell</a> is. It’s really great. I feel it complements this tutorial nicely. This tutorial focuses mainly on using simple examples to ease beginners into learning Haskell, whereas Real World Haskell really shows you how to do useful stuff with it.</p>
<p>Another great Haskell resource is <a href="https://tryhaskell.org" rel="nofollow">Try Haskell</a>, which allows you to try Haskell right in your browser and offers a rad interactive walkthrough.</p>
<h2 id="how-do-i-get-in-touch-with-you">How do I get in touch with you?</h2>
<p>The best way would be to shoot me an email to bonus at learnyouahaskell dot com. I kinda suck at email though, so please, please don’t be mad if I don’t reply in a timely fashion!</p>
<h2 id="your-book-is-cool-but-i-want-some-exercises-too">Your book is cool but I want some exercises too!</h2>
<p>Coming soon! A lot of people have been asking me to add exercises, so I’ll be putting some up soonish.</p>
<h1 id="faq">FAQ</h1>
<img src="assets/images/faq/turtle.png" class="right" width="349"
height="204" alt="turtle???">
<h2 id="can-i-put-this-tutorial-on-my-site-or-change-it-or-whatever">Can
I put this tutorial on my site or change it or whatever?</h2>
<p>Sure, it’s licensed under a <a
href="https://creativecommons.org/licenses/by-nc-sa/3.0/"
rel="license">creative commons</a> license, so you can share and change
this, as long as you do it with a smile on your face and for
non-commercial purposes.</p>
<h2 id="do-you-recommend-any-other-haskell-reading-material">Do you
recommend any other Haskell reading material?</h2>
<p>There are loads of awesome tutorials out there, but I’d just like to
point out how great <a href="http://book.realworldhaskell.org/read/"
rel="nofollow">Real World Haskell</a> is. It’s really great. I feel it
complements this tutorial nicely. This tutorial focuses mainly on using
simple examples to ease beginners into learning Haskell, whereas Real
World Haskell really shows you how to do useful stuff with it.</p>
<p>Another great Haskell resource is <a href="https://tryhaskell.org"
rel="nofollow">Try Haskell</a>, which allows you to try Haskell right in
your browser and offers a rad interactive walkthrough.</p>
<h2 id="how-do-i-get-in-touch-with-you">How do I get in touch with
you?</h2>
<p>The best way would be to shoot me an email to bonus at
learnyouahaskell dot com. I kinda suck at email though, so please,
please don’t be mad if I don’t reply in a timely fashion!</p>
<h2 id="your-book-is-cool-but-i-want-some-exercises-too">Your book is
cool but I want some exercises too!</h2>
<p>Coming soon! A lot of people have been asking me to add exercises, so
I’ll be putting some up soonish.</p>
<h2 id="tell-me-about-yourself">Tell me about yourself!</h2>
<p>My name is Miran Lipovača, I reside in Ljubljana, Slovenia. Most of my time is spent on doing nothing in particular, but when I’m not doing nothing I’m either programming, drawing, boxing or playing bass. I even have a cool <a href="https://www.bigbasstabs.com">bass tabs</a> site. I also have a collection of stuffed owls and sometimes I talk to them and they talk back.</p>
<p>My name is Miran Lipovača, I reside in Ljubljana, Slovenia. Most of
my time is spent on doing nothing in particular, but when I’m not doing
nothing I’m either programming, drawing, boxing or playing bass. I even
have a cool <a href="https://www.bigbasstabs.com">bass tabs</a> site. I
also have a collection of stuffed owls and sometimes I talk to them and
they talk back.</p>
<div class="footdiv">
<ul>
<li style="text-align:center">
Expand Down
Loading

0 comments on commit a0c4a4a

Please sign in to comment.