pmoura opened this issue 5 years ago · 1 comments
Wrong closure arity for mapargs_args/3 meta-predicate (found by the Logtalk linter):
mapargs_args/3
yap-6.3/library/mapargs.yap
Line 38 in 13d8894
It should be:
mapargs_args(1,+,-,+),
Fixed as of version YAP 6.5.0-6629c13c.