Packages

o

be.opimedia.scala_par_am

ConstantPropagation

object ConstantPropagation

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ConstantPropagation
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. type C = L[Char]
  2. case class Constant[A](x: A) extends L[A] with Product with Serializable
  3. type F = L[Double]
  4. type I = L[Int]
  5. sealed trait L[+A] extends AnyRef
  6. type S = L[String]
  7. type Sym = L[String]

Value Members

  1. object Bottom extends L[Nothing] with Product with Serializable
  2. object L
  3. object Top extends L[Nothing] with Product with Serializable