#adhoc #polymorphism #scala
https://blog.codecentric.de/en/2017/02/ad-hoc-polymorphism-scala-mere-mortals/
https://blog.codecentric.de/en/2017/02/ad-hoc-polymorphism-scala-mere-mortals/
codecentric
Ad hoc polymorphism in Scala for the mere mortals
In this blog post we are going to discuss ad hoc polymorphism and the Type Class Pattern in Scala in very simple terms. No knowledge of algebraic structures is required. Starting with a simple function for adding a pair of integers, we will progress by piecewise…