Trouble Unifying Types in TypeScript with `Effect.timeoutTo` Usage
I'm having some trouble unifying the result of applying
to an
when of course I'd just like
Maybe
to an
Effect<A>. I'm gettingwhen of course I'd just like
Maybe
Unify.unify could solve this somehow? But I haven't figured out how.