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
↳Forward Instantiation Transformation
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
one new Dependency Pair is created:
APP(app(app(uncurry, f), x), y) -> APP(f, x)
APP(app(app(uncurry, app(app(uncurry, f''), x'')), x0), y) -> APP(app(app(uncurry, f''), x''), x0)
R
↳DPs
→DP Problem 1
↳FwdInst
→DP Problem 2
↳Polynomial Ordering
APP(app(app(uncurry, app(app(uncurry, f''), x'')), x0), y) -> APP(app(app(uncurry, f''), x''), x0)
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, app(app(uncurry, f''), x'')), x0), y) -> APP(app(app(uncurry, f''), x''), x0)
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
↳FwdInst
→DP Problem 2
↳Polo
...
→DP Problem 3
↳Dependency Graph
app(app(app(uncurry, f), x), y) -> app(app(f, x), y)
innermost