ReaderTask<ENV, A> typedef

ReaderTask<ENV, A> = Reader<ENV, Task<A>>

Implementation

typedef ReaderTask<ENV, A> = R.Reader<ENV, T.Task<A>>;