Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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 */
303
export
const
cats = <A>(docs: Iterable<Doc.Doc<A>>): Doc.Doc<A> => group(vcat(docs))
304
305
/** @internal */
306
export
const
catWithLine = dual<
Callers
4
doc.ts
File · 0.85
getSemigroup
Function · 0.85
getMonoid
Function · 0.85
string
Function · 0.85
Calls
2
vcat
Function · 0.85
group
Function · 0.70
Tested by
no test coverage detected