From 3053851eb1ac6d2640414be19db8524a996e335c Mon Sep 17 00:00:00 2001 From: Sanchayan Maity Date: Sat, 1 Aug 2020 12:16:50 +0530 Subject: [PATCH] README: Add resources related to fix point Signed-off-by: Sanchayan Maity --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 2b5e126..6e606de 100644 --- a/README.md +++ b/README.md @@ -26,3 +26,10 @@ https://hackage.haskell.org/package/free - [Kan Extensions](http://comonad.com/reader/2008/kan-extensions/) - [The Free and The Furious: And by 'Furious' I mean Codensity](https://www.youtube.com/watch?v=EiIZlX_k89Y) - [Effects for less - Great talk, must watch](https://www.youtube.com/watch?v=0jI-AlWEwYI) + +# Fix Point + +- [Fix and Recursion](https://en.wikibooks.org/wiki/Haskell/Fix_and_recursion) +- [The Y Combinator](https://mvanier.livejournal.com/2700.html) +- [The Y Combinator - Slight Return](https://mvanier.livejournal.com/2897.html) +- [A series of articles on Recursion schemes](https://blog.sumtypeofway.com/archive.html)