From d4fec6f9e246d778b82ca44af333aabb23e195a7 Mon Sep 17 00:00:00 2001 From: Tu Tran Date: Tue, 2 May 2017 05:59:03 -0400 Subject: [PATCH] making movie monad with haskell --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 06abc12..d79914d 100644 --- a/README.md +++ b/README.md @@ -95,6 +95,7 @@ To get started, simply fork this repo. Please refer to [CONTRIBUTING.md](CONTRIB * [Write Yourself a Scheme in 48 hours](https://en.wikibooks.org/wiki/Write_Yourself_a_Scheme_in_48_Hours) * [Roll Your Own IRC Bot](https://wiki.haskell.org/Roll_your_own_IRC_bot) * [Making a Website with Haskell](http://adit.io/posts/2013-04-15-making-a-website-with-haskell.html) +* [Making Movie Monad](https://lettier.github.io/posts/2016-08-15-making-movie-monad.html) ## R: * [Build Web Apps with Shiny](http://rstudio.github.io/shiny/tutorial/)