Creates a failed exit with the given cause
static Exit<Never, E> failCause<E>(Cause<E> cause) => Failure(cause);