gets<S, C, L, R> function
Implementation
StateReaderTaskEither<S, C, L, R> gets<S, C, L, R>(R Function(S s) f) =>
StateReaderTaskEither((s) => RTE.right(tuple2(f(s), s)));
StateReaderTaskEither<S, C, L, R> gets<S, C, L, R>(R Function(S s) f) =>
StateReaderTaskEither((s) => RTE.right(tuple2(f(s), s)));