sys::Obj compiler::Node compiler::Expr compiler::CurryExpr
CurryExpr is used to "curry" a function into another function thru partially evaluation
new make(Location location, Expr operand)
Source
Expr operand
override Str toStr()
Return a string representation of this object.
override Void walkChildren(Visitor v)