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 has been archived by the owner on Feb 27, 2021. It is now read-only.
Scastie. With Shims 2.2.0 and Cats 2.2.0, we get this:
importscalaz.Scalaz._importshims.eqToScalaz
implicitly[scalaz.Equal[Option[Short]]]
//ambiguous implicit values:// both method optionOrder in trait OptionInstances of type [A](implicit A0: scalaz.Order[A])scalaz.Order[Option[A]]// and method eqToScalaz in trait EqConversions of type [A](implicit AC: shims.util.Capture[cats.kernel.Eq[A]])scalaz.Equal[A] with shims.conversions.Synthetic// match expected type scalaz.Equal[Option[Short]]//could not find implicit value for parameter e: scalaz.Equal[Option[Short]]//not enough arguments for method implicitly: (implicit e: scalaz.Equal[Option[Short]])scalaz.Equal[Option[Short]].//Unspecified value parameter e.
The text was updated successfully, but these errors were encountered:
Scastie. With Shims 2.2.0 and Cats 2.2.0, we get this:
The text was updated successfully, but these errors were encountered: