pure<C, L, R, R2> function
Replace the ReaderTaskEither with one that resolves to an Right containing the given value.
Implementation
ReaderTaskEither<C, L, R2> Function(ReaderTaskEither<C, L, R>)
pure<C, L, R, R2>(R2 a) => (readerTaskEither) => right(a);