makeDo<L> function

TaskEither<L, A> Function<A>(DoFunction<L, A> ) makeDo<L>()

Create a Do notation factory for the given generics

Implementation

TaskEither<L, A> Function<A>(DoFunction<L, A>) makeDo<L>() => <A>(f) => Do(f);