Skip to content

Commit

Permalink
Apply automatic changes
Browse files Browse the repository at this point in the history
  • Loading branch information
propensive authored and github-actions[bot] committed Aug 19, 2024
1 parent a9d20a7 commit 5c49791
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 5c49791

Please sign in to comment.