Skip to content

Instantly share code, notes, and snippets.

@oluies
Created April 24, 2011 22:19
Show Gist options
  • Save oluies/939929 to your computer and use it in GitHub Desktop.
Save oluies/939929 to your computer and use it in GitHub Desktop.
scala> trait Baz
defined trait Baz
scala> class Foo[Coll[_ <: Baz]]
defined class Foo
scala> class Bar[A <: Baz]
defined class Bar
scala> type Test = Foo[Bar] ;
defined type alias Test
scala>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment