Β© 2026 Hedgehog Software, LLC
Effect.gen
const program = Effect.gen(function* (_) { ... }).pipe(Effect.catchTag("SomeError", () => { // do something and restart the program }))