IO<A> constructor

const IO<A>(
  1. A _run()
)

Build an instance of IO from A Function().

Implementation

const IO(this._run);