BetaReduce

dotty.tools.dotc.transform.BetaReduce$
See theBetaReduce companion class
object BetaReduce

Attributes

Companion:
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Value members

Concrete methods

def apply(original: Tree, fn: Tree, args: List[Tree])(using Context): Tree

Beta-reduces a call to fn with arguments argSyms or returns tree

Beta-reduces a call to fn with arguments argSyms or returns tree

Attributes

def apply(ddef: DefDef, args: List[Tree])(using Context): Tree

Beta-reduces a call to ddef with arguments argSyms

Beta-reduces a call to ddef with arguments argSyms

Attributes

Concrete fields