Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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!