ReaderBuilder<ENV, A> constructor

const ReaderBuilder<ENV, A>(
  1. Reader<ENV, A> _f
)

Implementation

const ReaderBuilder(this._f);