Term Rewriting System R: [f, x, y] app(app(app(uncurry, f), x), y) -> app(app(f, x), y) Termination of R to be shown. Removing the following rules from R which fullfill a polynomial ordering: app(app(app(uncurry, f), x), y) -> app(app(f, x), y) where the Polynomial interpretation: POL(app(x_1, x_2)) = 1 + x_1 + x_2 POL(uncurry) = 0 was used. All Rules of R can be deleted. Termination of R successfully shown. Duration: 0.348 seconds.