Exemplo n.º 1
0
 public R Visit(Term t)
 {
     return(t.Dispatch(this));
 }