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

File Equivalence.ts

packages/effect/src/Equivalence.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1/**
2 * This module provides an implementation of the `Equivalence` type class, which defines a binary relation
3 * that is reflexive, symmetric, and transitive. In other words, it defines a notion of equivalence between values of a certain type.
4 * These properties are also known in mathematics as an "equivalence relation".

Callers

nothing calls this directly

Calls 4

strictFunction · 0.85
equivalenceFunction · 0.85
makeFunction · 0.70
fFunction · 0.70

Tested by

no test coverage detected