MCPcopy Create free account
hub / github.com/Effect-TS/effect / vsep

Function vsep

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

Source from the content-addressed store, hash-verified

368
369/** @internal */
370export const vsep = <A>(docs: Iterable<Doc.Doc<A>>): Doc.Doc<A> =>
371 concatWith(docs, (left, right) => catWithLine(left, right))
372
373/** @internal */
374export const fillSep = <A>(docs: Iterable<Doc.Doc<A>>): Doc.Doc<A> =>

Callers 1

sepsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…