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

Function getMonoidEvery

packages/typeclass/src/data/Predicate.ts:179–180  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

177 * @since 0.24.0
178 */
179export const getMonoidEvery = <A>(): monoid.Monoid<Predicate.Predicate<A>> =>
180 monoid.fromSemigroup(getSemigroupEvery<A>(), constTrue)

Callers

nothing calls this directly

Calls 1

getSemigroupEveryFunction · 0.85

Tested by

no test coverage detected