What does [B >: A] mean in Scala? And what are the effects?
[B >: A]
Example reference: http://www.scala-lang.org/node/129
class Stack[+A] {
As a great overview, see the git page of @retronym