Thanks. Looks like ```ReaderT.monad<ForIO, Deps...
# arrow
k
Thanks. Looks like
Copy code
ReaderT.monad<ForIO, Deps>(IO.monad()).fx.monad {
  someReader.bind()
  anotherReader.bind() 
}
works when the other readers have the same D