right<S, R, E, A> function

StateReaderTaskEither<S, R, E, A> right<S, R, E, A>(
  1. A a
)

Implementation

StateReaderTaskEither<S, R, E, A> right<S, R, E, A>(A a) =>
    StateReaderTaskEither((s) => RTE.right(tuple2(a, s)));