IOEither<L, R> constructor

const IOEither<L, R>(
  1. Either<L, R> _run()
)

Build an instance of IOEither from Either<L, R> Function().

Implementation

const IOEither(this._run);