of<S, A> function

State<S, A> of<S, A>(
  1. A a
)

Implementation

State<S, A> of<S, A>(A a) => State((S s) => tuple2(a, s));