vscosta/yap-6.3

Wrong closure arity for mapargs_args/3 meta-predicate

pmoura opened this issue · 1 comments

Wrong closure arity for mapargs_args/3 meta-predicate (found by the Logtalk linter):

mapargs_args(2,+,-,+),

It should be:

mapargs_args(1,+,-,+), 

Fixed as of version YAP 6.5.0-6629c13c.