hi,i want your help please,
I have the following facts in prolog and i want to write a function that merge the following facts in one list
l(ar, [c,d,f,g]).
l(br, [s,h,g,d]).
l(cr, [m,n,c]).
l(dr, [v,h,n,m]).
after that i want to know which of these elements in new list are exists more than one...
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.