Skip to main content
Version: Next

maplist/3

Module

This predicate is provided by apply.pl.

Load this module before using the predicate:

:- consult('/v1/lib/apply.pl').

Description

Applies Goal to pairs of elements from List1 and List2.

Signature

maplist(:Goal, ?List1, ?List2) is semidet