org.emmalanguage.ast.CommonAST
Factors out the implicit objects that need to be imported from the Scala universe.
Please use
import UniverseImplicits._ u.Type u.method
as opposed to
import universe._ // or import u._ Type method
in order to make the parts of the Emma compiler which depend on the Scala metaprogramming API explicit.
Factors out the implicit objects that need to be imported from the Scala universe.
Please use
import UniverseImplicits._ u.Type u.methodas opposed to
in order to make the parts of the Emma compiler which depend on the Scala metaprogramming API explicit.