
mapargs(+Pred, +TermIn, ?TermOut)

   Create new term by applying a predicate to all arguments

Type
   library(apply_macros)

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

Examples
   mapargs(atom_string, s(a,b,c), s("a","b","c")).


