makeDo<S, C, L> function

StateReaderTaskEither<S, C, L, R> Function<R>(DoFunction<S, C, L, R> f) makeDo<S, C, L>()

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);