Opened this issue 5 years ago · 3 comments
Given the meta-predicate directive for the map_assoc/3 predicate and its description, the following clause arguments seem incorrect:
map_assoc/3
yap-6.3/library/assoc.yap
Line 229 in 61adeee
Expected:
map_assoc(_, t, t) :- !.
Found by the Logtalk linter.
Nice catch.
Typo in e894209 the first argument: t_ should be _.
t_
_
sorry