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

Function getMonoidSome

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

Source from the content-addressed store, hash-verified

150 * @since 0.24.0
151 */
152export const getMonoidSome = <A>(): monoid.Monoid<Predicate.Predicate<A>> =>
153 monoid.fromSemigroup(getSemigroupSome<A>(), constFalse)
154
155/**
156 * @category instances

Callers

nothing calls this directly

Calls 1

getSemigroupSomeFunction · 0.85

Tested by

no test coverage detected