unit<R, E> function

ReaderTaskEither<R, E, Unit> unit<R, E>()

Implementation

ReaderTaskEither<R, E, Unit> unit<R, E>() => right(U.unit);