get the environment
get the environment
modify the environment
modify the environment
Lift a computation over a "small" reader (for a subsystem) into a computation over a "bigger" reader (for the full application)
Lift a computation over a "small" reader (for a subsystem) into a computation over a "bigger" reader (for the full application)
Modify the read value
Modify the read value
interpret the Reader effect by providing an environment when required
interpret the Reader effect by providing an environment when required
Effect for computations depending on an environment.
The inside datatype for this effect is cats.data.Reader