MCPcopy Create free account
hub / github.com/cortex-js/compute-engine / kleeneAnd

Function kleeneAnd

src/compute-engine/library/sets.ts:109–116  ·  view source on GitHub ↗

* Kleene three-valued AND: `false` as soon as any value is `false`, `true` * only when every value is `true`, `undefined` otherwise.

(values: Iterable<boolean | undefined>)

Source from the content-addressed store, hash-verified

107 * handlers, which report the same two facts to the rest of the engine.
108 */
109function numberSetSubsetOf(
110 name: string,
111 elementType: Type,
112 sign?: Sign
113): (
114 collection: Expression,
115 other: Expression,
116 strict: boolean
117) => boolean | undefined {
118 return typeSaturatedSubsetOf(
119 declareTypeSaturatedSet(name, { elementType, sign })

Callers 3

sets.tsFile · 0.85
membershipKleeneFunction · 0.85
containsAllFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected