| 1 | import { describe, it } from "@effect/vitest" |
| 2 | import { assertNone, assertSome, deepStrictEqual, strictEqual, throws } from "@effect/vitest/utils" |
| 3 | import * as Equal from "effect/Equal" |
| 4 | import { pipe } from "effect/Function" |
nothing calls this directly
no test coverage detected