fix missing cut (obs from Bernd).

This commit is contained in:
Vítor Santos Costa 2010-12-13 19:35:16 +00:00
parent 1369057cc4
commit 9f8f8ee73e

View File

@ -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).