MCPcopy
hub / github.com/Effect-TS/effect / Foldable.test.ts

File Foldable.test.ts

packages/typeclass/test/Foldable.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 NumberInstances from "@effect/typeclass/data/Number"
3import * as OptionInstances from "@effect/typeclass/data/Option"
4import * as Foldable from "@effect/typeclass/Foldable"

Callers

nothing calls this directly

Calls 8

itFunction · 0.85
toArrayMapFunction · 0.85
combineMapFunction · 0.85
reduceKindFunction · 0.85
coproductMapKindFunction · 0.85
reduceFunction · 0.50
toArrayFunction · 0.50
pipeFunction · 0.50

Tested by

no test coverage detected