import cats.implicits._ import cats.kernel.Semigroup Semigroup[Int].combine(1, 2)
def combine(x: Int, y: Int): Int = x + y
Login in to like
Login in to comment
or Read more about Scala Quizzes
Login in to like
Login in to comment