[ library(apply_macros) | The ECLiPSe Libraries | Reference Manual | Alphabetic Index ]

mapargs(+Pred, +TermIn, ?TermOut)

Create new term by applying a predicate to all arguments

Examples

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