Skip to content

Commit

Permalink
Merge branch 'main' of github.com:propensive/wisteria
Browse files Browse the repository at this point in the history
  • Loading branch information
propensive committed Aug 22, 2024
2 parents 90bc511 + 5c49791 commit fffc145
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -585,7 +585,7 @@ Therefore, a complete implementation of `Eq` is as simple as:
trait Eq[ValueType]:
def equal(left: ValueType, right: ValueType): Boolean

object Eq extends ProductDerivation[Eq]:
object Eq extends Derivation[Eq]:
inline def join[DerivationType <: Product: ProductReflection]: Eq[DerivationType] =
(left, right) =>
fields(left):
Expand Down

0 comments on commit fffc145

Please sign in to comment.