| 1 | import { assertFalse, assertNone, assertSome, assertTrue, deepStrictEqual, strictEqual } from "@effect/vitest/utils" |
| 2 | import { Equivalence, Number as Num, Option, Record, Result } from "effect" |
| 3 | import { pipe } from "effect/Function" |
| 4 | import { describe, it } from "vitest" |
nothing calls this directly
no test coverage detected