/** * @tsplus static effect/core/io/Exit.Ops fail */ export function fail(error: E): Exit { return Exit.failCause(Cause.fail(error)) }