2018-03-05
In this post, I'm going to show how to transform a program explicitly accepting configuration as a parameter into a program that uses the Reader Monad.
2018-02-18
In this post I'm going to compare different Monad instances, look into concrete signatures of their methods and see how they work in practice.
2018-02-17
In this post I'm going to compare different Applicative instances, look into concrete signatures of their methods and see how they work in practice.
2018-02-16
In this post I'm going to compare different Functor instances, look into concrete signatures of their methods and see how they work in practice.