/home/nowonder/forschung/aprove/TPDB05/TRS/currying/AG01/#3.52.trs

The program

(VAR x y z)
(RULES
  app(app(app(f, 0), 1), x) -> app(app(app(f, app(s, x)), x), x)
  app(app(app(f, x), y), app(s, z)) -> app(s, app(app(app(f, 0), 1), z))
)

Submit to AProVE Web Frontend

Edit in AProVE Web Frontend