Documentation Prolog Predicate Reference lists maplist/7

maplist/7

Check if goal can be applied to several lists.

Description

maplist( :callable_term, ?list, ?list, ?list, ?list, ?list, ?list )

As in maplist/2, but operating six elements at a time from the six lists. In this case, the Goal will consume six elements each time, one from each list.

Implementation