Closed pmoura closed 5 years ago
Wrong closure arity for mapargs_args/3 meta-predicate (found by the Logtalk linter):
mapargs_args/3
https://github.com/vscosta/yap-6.3/blob/13d88949c95ced7a84999a950ee37d4723e8a278/library/mapargs.yap#L38
It should be:
mapargs_args(1,+,-,+),
Fixed as of version YAP 6.5.0-6629c13c.
Wrong closure arity for
mapargs_args/3
meta-predicate (found by the Logtalk linter):https://github.com/vscosta/yap-6.3/blob/13d88949c95ced7a84999a950ee37d4723e8a278/library/mapargs.yap#L38
It should be: