ask<R, E> function

ReaderTaskEither<R, E, R> ask<R, E>()

Projects a value from the global context in a ReaderTaskEither.

Implementation

ReaderTaskEither<R, E, R> ask<R, E>() => ReaderTaskEither((r) => TE.right(r));