Using `Effect.useSpan` as an Alternative to `Effect.fn`
I just discovered
Effect.useSpan
Effect.useSpan
by reading the code, and it looks very tidy. Can I use it as an alternative to Effect.fn for those cases where I don't start with a generator function? Or is it not intended to be used?