Hacker News new | ask | show | jobs
by virtualwhys 3220 days ago
Type classes in Scala typically entail a mix of features: implicits, traits, and higher kinded types.

Assume you're thinking about C#'s extension methods, which in Scala are achieved via implicit classes.