logo

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

make

new make(Location location, Expr operand)

Source

operand

Expr operand

Source

toStr

override Str toStr()

Return a string representation of this object.

Source

walkChildren

override Void walkChildren(Visitor v)

Source