From c79ef4603b3578df53634cdc63f00061cccdd522 Mon Sep 17 00:00:00 2001 From: Matt Ludwigs Date: Thu, 30 Jun 2016 06:25:06 -0700 Subject: [PATCH] update resources --- resources/guides-and-docs.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/resources/guides-and-docs.md b/resources/guides-and-docs.md index 9a0c239..e23341f 100644 --- a/resources/guides-and-docs.md +++ b/resources/guides-and-docs.md @@ -1,5 +1,9 @@ # Guide and Documentation +## Elm 1. [The Guide](http://guide.elm-lang.org/) 2. [The Tutorial](http://www.elm-tutorial.org/en/) 3. [Packages](http://package.elm-lang.org/) + +## Functional Programming +1. [Why Functional Programming Matters](https://www.cs.kent.ac.uk/people/staff/dat/miranda/whyfp90.pdf)