makeDo<S, C, L> function
Create a Do notation factory for the given generics
Implementation
StateReaderTaskEither<S, C, L, R> Function<R>(
DoFunction<S, C, L, R> f,
) makeDo<S, C, L>() => <R>(f) => Do(f);
Create a Do notation factory for the given generics
StateReaderTaskEither<S, C, L, R> Function<R>(
DoFunction<S, C, L, R> f,
) makeDo<S, C, L>() => <R>(f) => Do(f);