use heap_loc to refer to 0-arity atom instead of str_loc
This commit is contained in:
@@ -590,7 +590,7 @@ throw(Ball) :-
|
||||
:- non_counted_backtracking '$iterate_find_all'/4.
|
||||
|
||||
'$iterate_find_all'(Template, Goal, _, LhOffset) :-
|
||||
call(Goal),
|
||||
'$call'(Goal),
|
||||
'$copy_to_lh'(LhOffset, Template),
|
||||
'$fail'.
|
||||
'$iterate_find_all'(_, _, Solutions, LhOffset) :-
|
||||
|
||||
Reference in New Issue
Block a user