Pure<F, A> constructor

Pure<F, A>(
  1. A a
)

Implementation

Pure(this.a);