Tag: scala

  • Notes on variance

    Notes on Variance I’ve recently been working through the Rock The Jvm Cats course having previously completed the Scala Advanced course and being very impressed with his explanations and training materials. Here are my take away notes on variance in Scala based on the session by Daniel CiocĂ®rlan. package RockTheJvm.cats.chapter1 object TCVariance { import cats.Eq…