
maplist(+Pred, +ListIn, ?ListOut)

   Create new list by applying a predicate to all list elements

Type
   library(apply_macros)

Modules
   This predicate is sensitive to its module context (tool predicate, see @/2).

Examples
   maplist(times(3), [1,2,3,4], [3,6,9,12]).


