_, e.g. Effect.gen(function* (_) { ... })). In the docs, I recall it being used to wrap things that returned the Effect.Effect type.yielded Effect.tryPromise to a const, the compiler/language server emits TS7022. But simply adding the argument back to the generator function clears the error even though it is unused. Here's a minimal reproduction: