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
But OneAnd apparently does not have oneAndSemigroupK, and I was also not able to find this in the scaladoc for cats. Maybe it is obvious, but I don't now how to implement the implicit so my List will have traverseU
Error is:
Error:(6, 11) value oneAndSemigroupK is not a member of object cats.data.OneAnd
OneAnd.oneAndSemigroupK[List].algebra[A]
^
The text was updated successfully, but these errors were encountered:
Hello people :).
I am trying to run the following code on a scala worksheet
scala 2.12.4
,sbt 1.0.3
,cats 1.0.0-MF
:But OneAnd apparently does not have oneAndSemigroupK, and I was also not able to find this in the scaladoc for cats. Maybe it is obvious, but I don't now how to implement the implicit so my List will have
traverseU
Error is:
The text was updated successfully, but these errors were encountered: