Creating Interoperable Effect Code in TypeScript
I'm caught on something that seems hopelessly basic. I'm trying to have Effect code that can interop with non-Effect code. I have functions like:
I'm not sure how best to "construct" the function so
I'm not sure how best to "construct" the function so
R is eliminated and I have something like: R in this case would be app-level, myFunction would be called multiple times.