Slide 10
Slide 10 text
http://hackage.haskell.org/package/mtl-1.1.0.2/docs/Control-Monad-Reader.html
„Represents a computation,
which can read values from a shared environment,
pass values from function to function,
and execute sub-computations in a modified environment.“
1/2 READER MONAD