سؤال

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

هل كانت مفيدة؟

المحلول

In SBT just add the following setting:

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

in REPL you can use :settings -Xprint:typer

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top