Skip to content

Instantly share code, notes, and snippets.

@vvviiimmm
Last active February 19, 2017 19:39
Show Gist options
  • Select an option

  • Save vvviiimmm/9390fb8130f2921447a1f89de88a2836 to your computer and use it in GitHub Desktop.

Select an option

Save vvviiimmm/9390fb8130f2921447a1f89de88a2836 to your computer and use it in GitHub Desktop.
// vvvvvvvv
def areaOf[A](shape: A)(implicit shapeImpl: Shape[A]): Double = shapeImpl.area(shape)
// No more implementation objects
areaOf(Circle(10))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment