(first: First)
| 19 | } |
| 20 | |
| 21 | const Second = (first: First): Second => ({ _tag: "Second", first }) |
| 22 | |
| 23 | describe("Channel", () => { |
| 24 | it.effect("ensuring - prompt closure between continuations", () => |
no outgoing calls
no test coverage detected
searching dependent graphs…