Gather<A> constructor

Gather<A>(
  1. IList<Free<IOOp, A>> ops,
  2. Function1<IList, IList<A>> cast
)

Implementation

Gather(this.ops, this.cast);