logo
class

compiler::CurryExpr

sys::Obj
  compiler::Node
    compiler::Expr
      compiler::CurryExpr

CurryExpr is used to "curry" a function into another function thru partially evaluation

Slots

make

new make(Location location, Expr operand)

operand

Expr operand

toStr

virtual Str toStr()

walkChildren

virtual Void walkChildren(Visitor v)