Evaluation<E, R, W, S, A> constructor

Evaluation<E, R, W, S, A>(
  1. Monoid<W> _W,
  2. Function2<R, S, Future<Either<E, Tuple3<W, S, A>>>> _run
)

Implementation

Evaluation(this._W, this._run);