[ library(apply_macros) | Reference Manual | Alphabetic Index ]

mapargs(+Pred, +TermIn, ?TermOut)

Create new term by applying a predicate to all arguments

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")).