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
↳Argument Filtering and 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)
trivial
APP(x1, x2) -> APP(x1, x2)
app(x1, x2) -> app(x1, x2)
R
↳DPs
→DP Problem 1
↳FwdInst
→DP Problem 2
↳AFS
...
→DP Problem 3
↳Dependency Graph
app(app(app(uncurry, f), x), y) -> app(app(f, x), y)
innermost