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

Function seps

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

Source from the content-addressed store, hash-verified

376
377/** @internal */
378export const seps = <A>(docs: Iterable<Doc.Doc<A>>): Doc.Doc<A> => group(vsep(docs))
379
380/** @internal */
381export const group = <A>(self: Doc.Doc<A>): Doc.Doc<A> => {

Callers

nothing calls this directly

Calls 2

vsepFunction · 0.85
groupFunction · 0.70

Tested by

no test coverage detected