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
How do you think this should cope with different cats / scalaz versions? cats.intances and cats.kernel were added in more recent versions, but older ones don't have them.
import cats._, cats.implicits._
should be changed toimport scalaz._, Scalaz._
Xor.left/right
should be changed to a disjunction and vice versaThe text was updated successfully, but these errors were encountered: