Skip to content

Instantly share code, notes, and snippets.

@sofoklis
Created January 16, 2013 20:16
Show Gist options
  • Save sofoklis/4550479 to your computer and use it in GitHub Desktop.
Save sofoklis/4550479 to your computer and use it in GitHub Desktop.
CovariantType
class CovariantType[+T] {
// some functions and fields
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment