All Downloads are FREE. Search and download functionalities are using the official Maven repository.

scala.reflect.macros.Evals.scala Maven / Gradle / Ivy

There is a newer version: 2.11.2
Show newest version
package scala.reflect
package macros

trait Evals {
  self: Context =>

  /** .. */
  def eval[T](expr: Expr[T]): T
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy