CurryExpr is used to "curry" a function into another function thru partially evaluation
Slots
- makeSource
- 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