gather<A> method

Free<F, IList<A>> gather<A>(
  1. IList<Free<IOOp, A>> ops
)

Implementation

Free<F, IList<A>> gather<A>(IList<Free<IOOp, A>> ops) => liftOp(new Gather(ops, (l) => l.map((e) => cast<A>(e))));