MCPcopy Index your code
hub / github.com/Effect-TS/effect / Traversable.test.ts

File Traversable.test.ts

packages/typeclass/test/Traversable.test.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import * as ArrayInstances from "@effect/typeclass/data/Array"
2import * as OptionInstances from "@effect/typeclass/data/Option"
3import * as Traversable from "@effect/typeclass/Traversable"
4import { describe, it } from "@effect/vitest"

Callers

nothing calls this directly

Calls 5

itFunction · 0.85
traverseTapFunction · 0.85
traverseFunction · 0.50
sequenceFunction · 0.50
pipeFunction · 0.50

Tested by

no test coverage detected