Fan

 

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

makeSource

new make(Location location, Expr operand)

operandSource

Expr operand

toStrSource

override Str toStr()

Overrides compiler::Expr.toStr

Doc inherited from sys::Obj.toStr

Return a string representation of this object.

walkChildrenSource

override Void walkChildren(Visitor v)

Overrides compiler::Expr.walkChildren