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

Function repeated

packages/cli/src/internal/usage.ts:43–46  ·  view source on GitHub ↗
(self: Usage.Usage)

Source from the content-addressed store, hash-verified

41
42/** @internal */
43export const repeated = (self: Usage.Usage): Usage.Usage => ({
44 _tag: "Repeated",
45 usage: self
46})
47
48export const alternation = dual<
49 (that: Usage.Usage) => (self: Usage.Usage) => Usage.Usage,

Callers 1

simplifyFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected