Skip to content

Commit

Permalink
REVERT (partial) Work on residuals, re issue #443
Browse files Browse the repository at this point in the history
  • Loading branch information
infradig committed Jun 4, 2024
1 parent acdaa59 commit f9887e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/builtins.pl
Original file line number Diff line number Diff line change
Expand Up @@ -719,7 +719,7 @@
print_goals_(Goals).

dump_attvars_([], []).
dump_attvars_([Var2|Vars], [Gs|Rest]) :-
dump_attvars_([Var|Vars], [Gs|Rest]) :-
copy_term(Var, Var2, Gs),
Var = Var2,
dump_attvars_(Vars, Rest).
Expand Down

0 comments on commit f9887e6

Please sign in to comment.