@cvogt class F[T]
implicit val i:F[Int]=new F[Int]
implicit val s:F[String]=new F[String]
def f[T:F]=implicitly[F[T]]
f:F[String]
f:F[Int]
You can add location information to your Tweets, such as your city or precise location, from the web and via third-party applications. You always have the option to delete your Tweet location history. Learn more
@cvogt class F[T]
implicit val i:F[Int]=new F[Int]
implicit val s:F[String]=new F[String]
def f[T:F]=implicitly[F[T]]
f:F[String]
f:F[Int]