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

scala.reflect.makro.runtime.Exprs.scala Maven / Gradle / Ivy

package scala.reflect.makro
package runtime

trait Exprs {
  self: Context =>

  def Expr[T: AbsTypeTag](tree: Tree): Expr[T] = universe.Expr[T](mirror, universe.FixedMirrorTreeCreator(mirror, tree))
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy