NO (ignored inputs)COMMENT [38] Example 4 input TRS: [ f(u(O),u(?y)) -> A, f(v(?x),v(O)) -> B, O -> u(O), O -> v(O), u(?x) -> ?x, v(?x) -> ?x, f(?x,?y) -> f(?x,u(?y)), f(?x,?y) -> f(v(?x),?y) ] TRS: [ f(u(O),u(?y)) -> A, f(v(?x),v(O)) -> B, O -> u(O), O -> v(O), u(?x) -> ?x, v(?x) -> ?x, f(?x,?y) -> f(?x,u(?y)), f(?x,?y) -> f(v(?x),?y) ] Check distinct normal forms in critical pair closure convertible distinct normal forms: B = A problems/216.trs: Success(not UNC) (4 msec.)