From 4806af7f6c49a3f1fc8d440686e0439a34240e92 Mon Sep 17 00:00:00 2001 From: Denis Frezzato Date: Mon, 30 Mar 2020 15:01:57 +0200 Subject: [PATCH] Add article about Do by Paul Gray Not sure if it belongs here though, since `Do` is in `fp-ts-contrib`, but I guess it's a good idea to have the resources in one place. --- docs/learning-resources.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/learning-resources.md b/docs/learning-resources.md index 16579f172..83e03d135 100644 --- a/docs/learning-resources.md +++ b/docs/learning-resources.md @@ -10,6 +10,7 @@ has_toc: false - [Mostly adequate guide to FP](https://github.com/MostlyAdequate/mostly-adequate-guide) by [@DrBoolean](https://github.com/DrBoolean) - [The State monad](https://paulgray.net/the-state-monad/) +- [Approximating Haskell's `do` syntax in TypeScript](https://paulgray.net/do-syntax-in-typescript/) ## Getting started with fp-ts series