prolog::list_concat/2

list_concat(+ Lists,? List)*

True when Lists is a list of lists and List is the concatenation of Lists.

% list_concat(Lists, List) % is true when Lists is a list of lists, and List is the % concatenation of these lists.

Private-func:

1. prolog::list_concat_2::list_concat/2(int ARG1, int ARG2)():