From b6b911a47594078990d7cff4a53b524b9282edf3 Mon Sep 17 00:00:00 2001 From: Brian Wignall Date: Wed, 30 Oct 2019 16:38:36 -0400 Subject: [PATCH] Add link to RWH in README --- README.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.org b/README.org index 6877cd1..e4ee11e 100644 --- a/README.org +++ b/README.org @@ -1,4 +1,4 @@ -Real World Haskell by Bryan O'Sullivan, Don Stewart and John +[[http://book.realworldhaskell.org/][Real World Haskell]] by Bryan O'Sullivan, Don Stewart and John Goerzen is an old book (2008) that approach teaching Haskell by building small programs. Sadly the language and libraries have changed enough to make several of the examples useless so I am