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

Function parser

packages/printer/src/internal/docTree.ts:485–486  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

483
484/** @internal */
485export const parser = <A>(): DocTreeParser<DocStream.DocStream<A>, DocTree.DocTree<A>> =>
486 parserMap(many(tree(() => parser<A>())), mergeTrees)
487
488// -----------------------------------------------------------------------------
489// Instances

Callers 15

headersFunction · 0.85
treeFormFunction · 0.85
manyFunction · 0.85
treeFunction · 0.85
parseFunction · 0.85
getEitherFunction · 0.85
getSyncFunction · 0.85
getOptionFunction · 0.85
getEffectFunction · 0.85
decodeUnknownPromiseFunction · 0.85
encodeUnknownPromiseFunction · 0.85
validatePromiseFunction · 0.85

Calls 3

parserMapFunction · 0.85
manyFunction · 0.85
treeFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…