Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 25 days 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 (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-10-11T13:34:06.000Z (about 3 years ago)
- Last Synced: 2024-04-14T04:43:13.897Z (7 months 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!