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