| ?- List = [a,b,c|X], X = [d,e,f|X].
(I have used A-B instead of A,B to make it easier to see which lists belong together.) Call it with a few different lists so that you understand how it works.dl_conc(S0-S1,S1-S2,S0-S2).
dl_conc
not
needed in the Prolog procedure?
<a.von.klopp@bangor.ac.uk>