unitIO constant

ZIO<NoEnv, Never, Unit> const unitIO

An IO version of unit.

Implementation

static const unitIO = IO._(_kZioUnit);