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