MonadReader provides access to some env, but does ...
# arrow-contributors
j
MonadReader provides access to some env, but does not care about how this env gets created or released at all, ManagedT deals with creation and releasing of resources and only then provides it. The last step, the function invoke, is similar. But ManagedT is about the steps before