Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 480 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 480 Bytes

ReaderT demo

A demonstration of using the Reader monad (Kleisli) for dependency injection in a typical Scala Application.

The one-file version of the project can be seen here

Compare that with this which is the same program with constructor parameters as a DI mechanism.