© 2026 Hedgehog Software, LLC
Effect.gen
const hasSomething = function*() { const count = yield* Effect.succeed(1) return count > 0 }