The issue of using partial function application as...
# arrow
r
The issue of using partial function application as DI is the same as with Reader or Kleisli or in general when working with type constructors that need to be partially applied like Function1, Either, etc.. For composition to work all the left hand sides in this case the input dependency parameter to the function has to be of the same type unless you use
local
to lift different dependencies into a common container that provides both