state method

F state(
  1. S s
)

Implementation

F state(S s) => _FM.map(_run(s), (Tuple2 t) => t.value2);