public <ResType> ResType accept(JamFunVisitor<ResType> v) { return v.forPrimFun(this); }
public <ResType> ResType accept(JamFunVisitor<ResType> jfv) { return jfv.forJamClosure(this); }