failIO method

IO<Unit> failIO(
  1. E error
)

Implementation

IO<Unit> failIO(E error) => fail(error);