IOBuilder<A> constructor

const IOBuilder<A>(
  1. IO<A> _f
)

Implementation

const IOBuilder(this._f);