Documentation Prolog Predicate Reference lists maplist/8

maplist/8

Check if goal can be applied to several lists.

Description

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

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

Implementation