Is there a `ReaderT.fx` like there is for `WriterT...
# arrow
k
Is there a
ReaderT.fx
like there is for
WriterT
,
OptionT
, etc.? I can’t seem to find it. Looking at the Github issues, looks like #910 and #1038 are related, but they’re both closed. One is for Kleisli monadDefer (looks like it’s done) and the other claims to be “done” which I suppose implies that You can use some Kleisli magic to replicate
ReaderT.fx
.