makeDo<C, L> function

ReaderTaskEither<C, L, R> Function<R>(DoFunction<C, L, R> ) makeDo<C, L>()

Create a Do notation factory for the given generics

Implementation

ReaderTaskEither<C, L, R> Function<R>(DoFunction<C, L, R>) makeDo<C, L>() =>
    <R>(f) => Do(f);