fix syntax error.
This commit is contained in:
parent
92bfc4cedc
commit
20699fd838
@ -237,6 +237,6 @@ all(T,G,S) :-
|
||||
|
||||
'$partial_list_or_list'(V) :- var(V), !.
|
||||
'$partial_list_or_list'([]) :- !.
|
||||
'$partial_list_or_list'([_|B]) :- !
|
||||
'$partial_list_or_list'([_|B]) :- !,
|
||||
'$partial_list_or_list'(B).
|
||||
|
||||
|
Reference in New Issue
Block a user