README: Add resources related to fix point

Signed-off-by: Sanchayan Maity <maitysanchayan@gmail.com>
This commit is contained in:
Sanchayan Maity 2020-08-01 12:16:50 +05:30
parent 09bfc5582b
commit 3053851eb1
1 changed files with 7 additions and 0 deletions

View File

@ -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)