|
|
|
| Description |
| A module for compiling Scala source files using scalac.
|
|
| Synopsis |
|
|
|
| Documentation |
|
|
| Scalac is the compiler for Scala source files.
| Instances | |
|
|
|
-g |
|
|
-nowarn |
|
|
-verbose |
|
|
-deprecation |
|
|
-unchecked |
|
|
-classpath |
|
|
-sourcepath |
|
|
-bootclasspath |
|
|
-extdirs |
|
|
-d |
|
|
-encoding |
|
|
-target |
|
|
-print |
|
|
-optimise |
|
|
-explaintypes |
|
|
-uniqid |
|
|
-version |
|
|
-help |
|
|
@ |
|
|
|
|
| A Scalac with nothing set.
|
|
|
| Construct a Scalac.
|
|
|
| Convert the given scalac to a list of command line options which may be used by other scala tools.
|
|
|
| The Scala fast compiler (fsc).
| Instances | |
|
|
|
| The scalac options to use.
|
|
|
-reset |
|
|
-shutdown |
|
|
-server |
|
|
-flags |
|
|
| A Fsc with nothing set.
|
|
| Produced by Haddock version 2.6.0 |