put method

Evaluation<E, R, W, S, Unit> put(
  1. S s
)

Implementation

Evaluation<E, R, W, S, Unit> put(S s) => new Evaluation(_W, (r, _) => new Future.value(new Right(new Tuple3(_W.zero(), s, unit))));