I already read it and it is my next option :grin:
# arrow
g
I already read it and it is my next option 😁
p
the other option is to use the
ReaderT
transformer in the
arrow-mtl
library. It wraps over
IO
and gives it that additional parameter. It requires some extra boilerplate until we ship 1.0 with compiler extensions, so personally I’m not a big fan.
We are working to embed the dependency injector into IO, ETA Q1 2020
g
Great, thanks