id = 104 group = 'lists' number = 12 visible = True facts = None solution = '''\ conc([], L, L). conc([H|T], L2, [H|L]) :- conc(T, L2, L). '''