Skip to content

Instantly share code, notes, and snippets.

@ashee
Created May 27, 2010 14:46
Show Gist options
  • Save ashee/415878 to your computer and use it in GitHub Desktop.
Save ashee/415878 to your computer and use it in GitHub Desktop.
scala> def gt[A](x : A)(implicit m:Manifest[A]) = m
gt: [A](x: A)(implicit m: scala.reflect.Manifest[A])scala.reflect.Manifest[A]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment