MAYBE Problem: app(app(app(compose(),f),g),x) -> app(f,app(g,x)) Proof: DP Processor: DPs: app#(app(app(compose(),f),g),x) -> app#(g,x) app#(app(app(compose(),f),g),x) -> app#(f,app(g,x)) TRS: app(app(app(compose(),f),g),x) -> app(f,app(g,x)) Restore Modifier: DPs: app#(app(app(compose(),f),g),x) -> app#(g,x) app#(app(app(compose(),f),g),x) -> app#(f,app(g,x)) TRS: app(app(app(compose(),f),g),x) -> app(f,app(g,x)) SCC Processor: #sccs: 1 #rules: 2 #arcs: 4/4 DPs: app#(app(app(compose(),f),g),x) -> app#(g,x) app#(app(app(compose(),f),g),x) -> app#(f,app(g,x)) TRS: app(app(app(compose(),f),g),x) -> app(f,app(g,x)) Open