epogrebnyak / haskell-intro

Seven classes on Haskell and a follow-up reading list
http://tinyurl.com/haskell-intro
53 stars 6 forks source link

writer monad #26

Open epogrebnyak opened 4 years ago

epogrebnyak commented 4 years ago

http://fprog.ru/2009/issue1/dan-piponi-haskell-monoids-and-their-uses/

epogrebnyak commented 4 years ago

http://learnyouahaskell.com/for-a-few-monads-more

epogrebnyak commented 4 years ago

http://learnyouahaskell.com/for-a-few-monads-more

Code outdated, see related SO question

epogrebnyak commented 4 years ago

https://anton-k.github.io/ru-haskell-book/book/7.html

epogrebnyak commented 4 years ago

list of sources https://stackoverflow.com/questions/50212988/implementing-the-reader-monad-from-real-world-haskell-book

epogrebnyak commented 4 years ago

https://stackoverflow.com/questions/49495838/reader-monad-explanation-of-trivial-case/49496331#49496331 real world reader