What will be the result of applying function combine for semigroup of Int?
import cats.implicits._
import cats.kernel.Semigroup

Semigroup[Int].combine(1, 2)
Explanation
For Semigroup[Int] combine function is defined as sum:
def combine(x: Int, y: Int): Int = x + y

Source: Scala Exercises: cats semigroup

Слідкуй за CodeGalaxy

Мобільний додаток Beta

Get it on Google Play
Зворотній Зв’язок
Продовжуйте вивчати
тести з Scala
Cosmo
Зареєструйся Зараз
або Підпишись на майбутні тести