Lastik-0.6.3: A library for compiling programs in a variety of languages

System.Build.Scala.Target

Description

A module that represents the target levels to scalac and scaladoc.

Synopsis

Documentation

data Target Source

Specify for which target object files should be built (jvm-1.5,jvm-1.4,msil)

Constructors

JVM15
jvm-1.5
JVM14
jvm-1.4
MSIL
msil

Instances