| 1 | import * as ArrayInstances from "@effect/typeclass/data/Array" |
| 2 | import * as OptionInstances from "@effect/typeclass/data/Option" |
| 3 | import * as Traversable from "@effect/typeclass/Traversable" |
| 4 | import { describe, it } from "@effect/vitest" |
nothing calls this directly
no test coverage detected