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