From 487130ef65a87e9868ae643ef164f477fe1aa5c6 Mon Sep 17 00:00:00 2001 From: Sanchayan Maity Date: Sat, 7 Mar 2020 16:06:52 +0530 Subject: [PATCH] README: Add references to Lens material Signed-off-by: Sanchayan Maity --- README.md | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b435398..de62a47 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,24 @@ git clone https://github.com/gibiansky/IHaskell.git nix-build release.nix --argstr compiler ghc865 --arg packages "haskellPackages: [ haskellPackages.lens ]" result/bin/ihaskell-notebook ``` - One can link the binary in local/bin to the above so that it can be run from anywhere. +# References + +namc.in/2018-03-26-lenses-part-1 + +https://deontologician.com/wiki/lenses/ + +https://www.schoolofhaskell.com/user/griba/easier_lenses_profunctor_based_with_mezzolens + +https://www.schoolofhaskell.com/user/liyang/profunctors + +https://blog.jez.io/lens-intuition/ + +https://blog.jle.im/entry/lenses-products-prisms-sums.html + +http://oleg.fi/gists/posts/2017-04-18-glassery.html + +https://www.seas.upenn.edu/~cis194/fall16/lectures/14-lenses.html +