avoid factorized trouble
This commit is contained in:
parent
12364bb89a
commit
625c66015d
@ -270,8 +270,8 @@ call_residue(Goal,Module,Residue) :-
|
|||||||
|
|
||||||
delayed_goals(G, Vs, NVs, Gs) :-
|
delayed_goals(G, Vs, NVs, Gs) :-
|
||||||
project_delayed_goals(G),
|
project_delayed_goals(G),
|
||||||
term_factorized([G|Vs], [_|NVs], Gs).
|
% term_factorized([G|Vs], [_|NVs], Gs).
|
||||||
% copy_term([G|Vs], [_|NVs], Gs).
|
copy_term([G|Vs], [_|NVs], Gs).
|
||||||
|
|
||||||
project_delayed_goals(G) :-
|
project_delayed_goals(G) :-
|
||||||
% SICStus compatible step,
|
% SICStus compatible step,
|
||||||
|
@ -524,9 +524,9 @@ true :- true.
|
|||||||
'$clean_ifcp'(CP),
|
'$clean_ifcp'(CP),
|
||||||
NCP is NCP2-NCP1
|
NCP is NCP2-NCP1
|
||||||
;
|
;
|
||||||
% copy_term_nat(V, NV),
|
copy_term_nat(V, NV),
|
||||||
% LGs = [],
|
LGs = [],
|
||||||
term_factorized(V, NV, LGs),
|
% term_factorized(V, NV, LGs),
|
||||||
NCP = 0
|
NCP = 0
|
||||||
).
|
).
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user