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)
Expr operand
virtual Str toStr()
virtual Void walkChildren(Visitor v)