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
I tried it briefly and it seems OK to have an object that has an implicit class. But once you have alternative implicit classes for the same A, you always run into diverging implicits, I had some trouble with that.
With sbt's optional dependencies, it is possible to write code against type classes that may or may not exist downstream.
See
https://blog.7mind.io/no-more-orphans.html
It would be great to have common
HasCats
,HasScalaz
marker traits.The text was updated successfully, but these errors were encountered: