of<R, A> function

Reader<R, A> of<R, A>(
  1. A a
)

Implementation

Reader<R, A> of<R, A>(A a) => Reader((r) => a);