typealias AsyncFetch<D, A> = ReaderT<D, E...
# arrow
p
typealias AsyncFetch<D, A> = ReaderT<D, EitherT<IO<A>>