[Solved]: Scala as a language for Generic Programming

Problem Detail: I posted the same Q at programmers.SE, but nobody really helps. In the paper “An Extended Comparative Study of Language Support for Generic Programming” by Garcia et al. an interesting comparison of programming languages features for generic programming is given: table with comparison of GP-features with the brief explanation of terminology: legend for the table Can anyone assess Scala programming language support for generic programming in a view of this framework? I.e. add a column in the first table with explanations and examples if possible.

Asked By : Artem Pelenitsyn

Answered By : Artem Pelenitsyn

Exact answer is given on p. 17 of “Type classes as Objects and Implicits” by Oliveira et al.
Best Answer from StackOverflow

Question Source : http://cs.stackexchange.com/questions/6895