3.15 In the previous section, relations involving lists were written as: member( Element, List), conc( List1, List2,

Question:

3.15 In the previous section, relations involving lists were written as: member( Element, List), conc( List1, List2, List3), del( Element, List, NewList),... Suppose that we would prefer to write these relations as: Element in List, concatenating List1 and List2 gives List3, deleting Element from List gives NewList,... Define 'in', 'concatenating', 'and', etc. as operators to make this possible. Also, redefine the corresponding procedures.

Fantastic news! We've Found the answer you've been seeking!

Step by Step Answer:

Related Book For  book-img-for-question
Question Posted: