R
↳Dependency Pair Analysis
APP(app(app(compose, f), g), x) -> APP(f, app(g, x))
APP(app(app(compose, f), g), x) -> APP(g, x)
R
↳DPs
→DP Problem 1
↳Argument Filtering and Ordering
APP(app(app(compose, f), g), x) -> APP(g, x)
APP(app(app(compose, f), g), x) -> APP(f, app(g, x))
app(app(app(compose, f), g), x) -> app(f, app(g, x))
innermost
APP(app(app(compose, f), g), x) -> APP(g, x)
APP(app(app(compose, f), g), x) -> APP(f, app(g, x))
app(app(app(compose, f), g), x) -> app(f, app(g, x))
APP > app
APP(x1, x2) -> APP(x1, x2)
app(x1, x2) -> app(x1, x2)
R
↳DPs
→DP Problem 1
↳AFS
→DP Problem 2
↳Dependency Graph
app(app(app(compose, f), g), x) -> app(f, app(g, x))
innermost