fail<E> static method
Creates an effect that fails with the given error
Implementation
static Effect<Never, E, Never> fail<E>(E error) => _Fail(error);
Creates an effect that fails with the given error
static Effect<Never, E, Never> fail<E>(E error) => _Fail(error);