Type error when using `Queue.offer` with `Effect.fn` and generic queue
I'm seeing a type error when passing a generic queue to
This playground demonstrates the non-working scenario along with a bunch of seemingly equivalent scenarios that work.
https://effect.website/play#5c6da130583f
Queue.offer in Effect.fn, while other seemingly equivalent invocations (like doing the yield* on a separate line) are allowed. I'm wondering if this is a bug in Effect, the playground, or a limitation of TypeScript.This playground demonstrates the non-working scenario along with a bunch of seemingly equivalent scenarios that work.
https://effect.website/play#5c6da130583f
