Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
*/
179
export
const
getMonoidEvery = <A>(): monoid.Monoid<Predicate.Predicate<A>> =>
180
monoid.fromSemigroup(getSemigroupEvery<A>(), constTrue)
Callers
nothing calls this directly
Calls
1
getSemigroupEvery
Function · 0.85
Tested by
no test coverage detected