Often there\'s no need to pay any attention to implicit arguments in Scala, but sometimes it\'s very helpful to understand how the compiler is automatically providing them.
-Xprint:typer
to the scalac command line. This prints the program tree just after the typer compiler phase. This works best with a short, self contained example. You can also pass this to scalac. This is a really huge step towards self-reliance in Scala!CTRL-ALT-SHIFT-I
. Wait a month or two and implicit arguments are likely to have similar support.