CurryExpr is used to "curry" a function into another function thru partially evaluation
Slots
- enclosingTypeSource
-
TypeDef enclosingType
- makeSource
-
new make(Location location, TypeDef enclosingType, 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