(VAR x y) (RULES +(x,0) -> x +(x,s(y)) -> s(+(x,y)) +(x,y) -> + (y,x) ) (COMMENT addition + commutative law)