The rewrite relation of the following TRS is considered.
app(app(app(uncurry,f),x),y) | → | app(app(f,x),y) | (1) |
app#(app(app(uncurry,f),x),y) | → | app#(f,x) | (2) |
app#(app(app(uncurry,f),x),y) | → | app#(app(f,x),y) | (3) |
The dependency pairs are split into 1 component.
app#(app(app(uncurry,f),x),y) | → | app#(app(f,x),y) | (3) |
app#(app(app(uncurry,f),x),y) | → | app#(f,x) | (2) |
[uncurry] | = | 1 |
[app#(x1, x2)] | = | x1 + 0 |
[app(x1, x2)] | = | x1 + x2 + 7758 |
app(app(app(uncurry,f),x),y) | → | app(app(f,x),y) | (1) |
app#(app(app(uncurry,f),x),y) | → | app#(app(f,x),y) | (3) |
app#(app(app(uncurry,f),x),y) | → | app#(f,x) | (2) |
The dependency pairs are split into 0 components.