/** * @tsplus static effect/core/stream/Pull.Ops fail */ export function fail(e: E): Effect, never> { return Effect.fail(Maybe.some(e)) }