(value: string)
| 12 | const env = GenericTag<"context", number>("context") |
| 13 | |
| 14 | const withValue = (value: string) => Effect.locallyWith(ref, List.prepend(value)) |
| 15 | |
| 16 | const logRef = (msg: string) => |
| 17 | Effect.gen(function*() { |
no outgoing calls
no test coverage detected
searching dependent graphs…