| 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". |
nothing calls this directly
no test coverage detected