Skip to content

Add missing CanEqual typeclass instances to Scala 3

License

Notifications You must be signed in to change notification settings

kevin-lee/can-equal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

import canequal.all.given

That's it!