The rewrite relation of the following TRS is considered.
app(app(const,x),y) | → | x | (1) |
app(app(app(subst,f),g),x) | → | app(app(f,x),app(g,x)) | (2) |
app(app(fix,f),x) | → | app(app(f,app(fix,f)),x) | (3) |
t0 | = | app(app(fix,app(subst,f)),x48) |
→ | app(app(app(subst,f),app(fix,app(subst,f))),x48) | |
→ | app(app(f,x48),app(app(fix,app(subst,f)),x48)) | |
= | t2 |