Hello, iam relatively new to prolog an i want to ask you why a program of mine doesnt work.
collapse is supposed to take a list of lists and find the list with all the members of the list of lists for example:
collapse([[1,2],[3,4]],[1,2,3,4]) = true.
collapse([[]],[])...
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.