R
↳Dependency Pair Analysis
APP(app(app(uncurry, f), x), y) -> APP(app(f, x), y)
APP(app(app(uncurry, f), x), y) -> APP(f, x)
R
↳DPs
→DP Problem 1
↳Polynomial Ordering
APP(app(app(uncurry, f), x), y) -> APP(f, x)
APP(app(app(uncurry, f), x), y) -> APP(app(f, x), y)
app(app(app(uncurry, f), x), y) -> app(app(f, x), y)
innermost
APP(app(app(uncurry, f), x), y) -> APP(f, x)
APP(app(app(uncurry, f), x), y) -> APP(app(f, x), y)
app(app(app(uncurry, f), x), y) -> app(app(f, x), y)
POL(uncurry) = 1 POL(app(x1, x2)) = x1 + x2 POL(APP(x1, x2)) = 1 + x1
R
↳DPs
→DP Problem 1
↳Polo
→DP Problem 2
↳Dependency Graph
app(app(app(uncurry, f), x), y) -> app(app(f, x), y)
innermost