@Override
 public boolean hasVariable(Symbol name) {
   return rho.hasVariable(name);
 }