MCPcopy
hub / github.com/Effect-TS/effect / funs

Function funs

packages/printer/test/layout.test.ts:13–13  ·  view source on GitHub ↗
(doc: Doc.Doc<A>)

Source from the content-addressed store, hash-verified

11 )
12
13const funs = <A>(doc: Doc.Doc<A>): Doc.Doc<A> => fun(fun(fun(fun(fun(doc)))))
14
15const dashes = Doc.text(Array.from({ length: 26 - 2 }, () => "-").join(""))
16

Callers 1

layout.test.tsFile · 0.70

Calls 1

funFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…