Scala is a hybrid language implementing both functional and object-oriented features. One of them that merits to be analyzed is currying.
Scala has a rich type system and one of interesting features are type bounds.
This post begins the series of posts about Scala's features called "One Scala feature per week". Every week one particular Scala's functionality will be covered. This beginning post will explain context bound.