makeDo<L> function
Create a Do notation factory for the given generics
Implementation
TaskEither<L, A> Function<A>(DoFunction<L, A>) makeDo<L>() => <A>(f) => Do(f);
Create a Do notation factory for the given generics
TaskEither<L, A> Function<A>(DoFunction<L, A>) makeDo<L>() => <A>(f) => Do(f);