Hello all!
I'm currently working on a larger Prolog project and came across a problem I couldn't solve yet.
I have a term f(X), where X is an free variable and I would like "rename" this variable to X1 to obtain the term f(X1). So basically I need a predicate
rename(OldTerm, Suffix...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.