From 7033e61fc1eb3bc133d9ea25f9a00d4ae24f9d05 Mon Sep 17 00:00:00 2001 From: widmogrod Date: Mon, 11 Dec 2017 23:47:55 +0100 Subject: [PATCH] Update readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3ec0270..8359f8b 100644 --- a/README.md +++ b/README.md @@ -240,8 +240,8 @@ Free monad enables you to do exactly that, and more: - Decouple implementation from interpretation. Example Free Monad example of `echo program` can be found here: -- [FreeMonadTest.php](/example/FreeMonadTest.php) - first implementation of Free -- [Free2MonadTest.php](/example/FreeMonadTest.php) - second implementation of Free, based on [Haskell implementation](https://hackage.haskell.org/package/free-4.12.4/docs/Control-Monad-Free-Class.html) +- [FreeMonadTest.php](/example/FreeMonadTest.php) - example based on first implementation of Free +- [Free2MonadTest.php](/example/Free2MonadTest.php) - example based on second implementation of Free, based on [Haskell implementation](https://hackage.haskell.org/package/free-4.12.4/docs/Control-Monad-Free-Class.html) ### Haskell Do Notation in PHP -- 2.11.0