MCPcopy Index your code
hub / github.com/Effect-TS/effect / cats

Function cats

packages/printer/src/internal/doc.ts:303–303  ·  view source on GitHub ↗
(docs: Iterable<Doc.Doc<A>>)

Source from the content-addressed store, hash-verified

301
302/** @internal */
303export const cats = <A>(docs: Iterable<Doc.Doc<A>>): Doc.Doc<A> => group(vcat(docs))
304
305/** @internal */
306export const catWithLine = dual<

Callers 4

doc.tsFile · 0.85
getSemigroupFunction · 0.85
getMonoidFunction · 0.85
stringFunction · 0.85

Calls 2

vcatFunction · 0.85
groupFunction · 0.70

Tested by

no test coverage detected