From 978a30f4223fd5e5a31e8f12bac23925cc06faf7 Mon Sep 17 00:00:00 2001 From: Lukas Lehner Date: Sun, 3 Apr 2016 19:01:02 +0200 Subject: [PATCH] link to repo in the preamble --- index.adoc | 2 ++ index.html | 5 ++++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/index.adoc b/index.adoc index 66ac53f..2649a54 100644 --- a/index.adoc +++ b/index.adoc @@ -6,6 +6,8 @@ This is *UNOFFICIAL*. In this document you will find finished exercises (hopefully without bugs) and notes for the book *Haskell Programming from first principles* from *Chris Allen* and *Julie Monoruki*. More details about the book and a place where to purchase it - http://haskellbook.com/ +Sources for this documents are at https://github.com/lukleh/haskell-book-excercises + IMPORTANT: These are my personal notes and solved exercises for the book. I did this for myself and thought it may as well help others. I claim nothing. As I progress in book, I try to update this document. NOTE: This document is written in asciidoc, use Asciidoctor to build `asciidoctor index.adoc` diff --git a/index.html b/index.html index fef9b9b..6dd88f7 100644 --- a/index.html +++ b/index.html @@ -551,6 +551,9 @@

Exercises and notes for book "Haskell Programming from first principles" - U

This is UNOFFICIAL. In this document you will find finished exercises (hopefully without bugs) and notes for the book Haskell Programming from first principles from Chris Allen and Julie Monoruki. More details about the book and a place where to purchase it - http://haskellbook.com/

+
+

Sources for this documents are at https://github.com/lukleh/haskell-book-excercises

+
@@ -6363,7 +6366,7 @@

Using QuickCheck