Proposed Changes and Restrictions For Implicit Conversions

type Into[T] = [X] =>> Conversion[X, T]
def foo(x: Into[Int]): Unit = { ... }
2 Likes