Frage

Is it possible to switch phase without exiting from current session? I've tried entering :power mode, but it still doesn't print types.

War es hilfreich?

Lösung

In SBT just add the following setting:

set scalacOptions in (Compile, console) := "-Xprint:typer"

in REPL you can use :settings -Xprint:typer

Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow
scroll top