You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 24, 2025. It is now read-only.
This is because the types don’t quite match up. You have Diff instances in scope for String and Option[String] but the right value you are comparing is of type Some[Int] . As a workaround I will suggest to re-type Some[String] as Option[String] .
A proper way to handle such cases would be to make Diff type class contravariant.
The text was updated successfully, but these errors were encountered: