https://github.com/kevin-lee/can-equal
Add missing CanEqual typeclass instances to Scala 3
https://github.com/kevin-lee/can-equal
equality scala scala3 strict-equality
Last synced: 10 months ago
JSON representation
Add missing CanEqual typeclass instances to Scala 3
- Host: GitHub
- URL: https://github.com/kevin-lee/can-equal
- Owner: kevin-lee
- License: mit
- Created: 2021-05-18T13:34:34.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-10-11T13:34:06.000Z (over 4 years ago)
- Last Synced: 2025-01-29T12:23:50.046Z (about 1 year ago)
- Topics: equality, scala, scala3, strict-equality
- Language: Scala
- Homepage:
- Size: 64.5 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: changelogs/0.1.0.md
- License: LICENSE
Awesome Lists containing this project
README
# can-equal
Add missing `CanEqual` typeclass instances to Scala 3
## Get `can-equal`
In the `build.sbt`,
```
libraryDependencies += "io.kevinlee" %% "can-equal" % "0.1.1"
```
## How to Use
```scala
import canequal.all.given
```
That's it!