Did you know ... Search Documentation:
Pack xlibrary -- prolog/mapargs.pl
PublicShow source

Re-exported predicates

The following predicates are exported from this file while their implementation is defined in imported modules or non-module files loaded by this module.

 mapargs(:Goal, ?Term1, ?Term2)
Term1 and Term2 have the same functor (name/arity) and for each matching pair of arguments call(Goal, A1, A2) is true.

Undocumented predicates

The following predicates are exported, but not or incorrectly documented.

 mapargs(Arg1, Arg2)
 mapargs(Arg1, Arg2, Arg3, Arg4)
 mapargs(Arg1, Arg2, Arg3, Arg4, Arg5)
 mapargs(Arg1, Arg2, Arg3, Arg4, Arg5, Arg6)
 mapargs(Arg1, Arg2, Arg3, Arg4, Arg5, Arg6, Arg7)