© 2026 Hedgehog Software, LLC
Effect.gen
.pipe
yield*
const myEffectGen = Effect.gen(function* () { const apiKey = yield* Config.string("MY_ENV_KEY").pipe(Effect.orDie); // snip });