update writer

This commit is contained in:
Mark Thom
2019-03-29 22:49:33 -06:00
parent 3aeebbe6d6
commit b45c591c89
5 changed files with 152 additions and 34 deletions

View File

@@ -388,7 +388,7 @@ findall(Template, Goal, Solutions) :-
Error,
( truncate_lh_to(LhLength), throw(Error) ))).
:- non_counted_backtracking '$iterate_find_all_diff'/4.
:- non_counted_backtracking '$iterate_find_all_diff'/5.
'$iterate_find_all_diff'(Template, Goal, _, _, LhOffset) :-
call(Goal),
'$copy_to_lh'(LhOffset, Template),