correct bugs in verify_attributes handling
This commit is contained in:
@@ -24,7 +24,7 @@
|
||||
'$get_from_list'([L|Ls], Attr) :-
|
||||
nonvar(L),
|
||||
( L \= Attr -> nonvar(Ls), '$get_from_list'(Ls, Attr)
|
||||
; copy_term(L, L0), L0 = Attr
|
||||
; L = Attr
|
||||
; '$get_from_list'(Ls, Attr)
|
||||
).
|
||||
|
||||
|
||||
Reference in New Issue
Block a user