InlinedTreeTransform

trait InlinedTreeTransform[F[_], CT]
class Object
trait Matchable
class Any

Type members

Classlikes

case class InlinedBindingsRecord(changes: HashMap[Symbol, InlinedBindingRecord], newBindings: List[Definition], awaitVals: List[ValDef])
case class InlinedFunBindingRecord(newSym: Symbol, cpsTree: CpsTree, oldValDef: ValDef, newResultType: TypeRepr) extends InlinedBindingRecord
case class InlinedValBindingRecord(newSym: Symbol, cpsTree: CpsTree, oldValDef: ValDef) extends InlinedBindingRecord

Value members

Concrete methods

def checkLambdaDef(term: <none>): Option[<none>]
def runInlined(origin: <none>): <none>