fix missing cut (obs from Bernd).
This commit is contained in:
parent
1369057cc4
commit
9f8f8ee73e
@ -177,7 +177,7 @@ no_style_check([H|T]) :- no_style_check(H), no_style_check(T).
|
|||||||
'$ground_vars'(V2L).
|
'$ground_vars'(V2L).
|
||||||
|
|
||||||
'$sv_list'([],[]).
|
'$sv_list'([],[]).
|
||||||
'$sv_list'([[[95|_]|_]|T],L) :-
|
'$sv_list'([[95|_]._|T],L) :- !,
|
||||||
'$sv_list'(T,L).
|
'$sv_list'(T,L).
|
||||||
'$sv_list'([_|V].T,L) :- nonvar(V), !,
|
'$sv_list'([_|V].T,L) :- nonvar(V), !,
|
||||||
'$sv_list'(T,L).
|
'$sv_list'(T,L).
|
||||||
|
Reference in New Issue
Block a user