put<S, C, L> function

StateReaderTaskEither<S, C, L, Unit> put<S, C, L>(
  1. S s
)

Implementation

StateReaderTaskEither<S, C, L, Unit> put<S, C, L>(S s) =>
    StateReaderTaskEither((_) => RTE.right(tuple2(U.unit, s)));