From 27b1bc8e0ca73b6c00d3a40c5e731ed46efe0adc Mon Sep 17 00:00:00 2001 From: Jonathan Persson Date: Tue, 29 Mar 2016 21:19:32 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e851d5c..7a6c17e 100644 --- a/README.md +++ b/README.md @@ -263,7 +263,7 @@ It turns out that it is kind of a PITA to pass every little value you might need Sometimes the data dependencies doesn't neatly follow the abstraction tree. For example, in layout algorithms you need to know something about the size of your children before you can completely fulfill their position. -Now, this example is a bit "out there". I'll use [Algebraic Effects](http://math.andrej.com/eff/) as [proposed for ECMAScript](https://esdiscuss.org/topic/one-shot-delimited-continuations-with-effect-handlers). If you're familiar with functional programming, they avoiding the intermediate ceremony imposed by monads. +Now, this example is a bit "out there". I'll use [Algebraic Effects](http://math.andrej.com/eff/) as [proposed for ECMAScript](https://esdiscuss.org/topic/one-shot-delimited-continuations-with-effect-handlers). If you're familiar with functional programming, they're avoiding the intermediate ceremony imposed by monads. ```js function ThemeBorderColorRequest() { }