R
↳Dependency Pair Analysis
APP(app(apply, f), x) -> APP(f, x)
R
↳DPs
→DP Problem 1
↳Forward Instantiation Transformation
APP(app(apply, f), x) -> APP(f, x)
app(app(apply, f), x) -> app(f, x)
innermost
one new Dependency Pair is created:
APP(app(apply, f), x) -> APP(f, x)
APP(app(apply, app(apply, f'')), x'') -> APP(app(apply, f''), x'')
R
↳DPs
→DP Problem 1
↳FwdInst
→DP Problem 2
↳Argument Filtering and Ordering
APP(app(apply, app(apply, f'')), x'') -> APP(app(apply, f''), x'')
app(app(apply, f), x) -> app(f, x)
innermost
APP(app(apply, app(apply, f'')), x'') -> APP(app(apply, f''), x'')
app(app(apply, f), x) -> app(f, x)
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(apply, f), x) -> app(f, x)
innermost