Β© 2026 Hedgehog Software, LLC
Effect.flip()
const result = yield* Effect.flip( Effect.gen(function* () { return yield* Effect.void; }), );
Error: An error has occurred
AssertionError: expected undefined to be an instance of Error