detect cyclic bindings in attr_vars_of_term (#1666)

This commit is contained in:
Mark Thom
2022-12-15 23:26:36 -07:00
parent b4b72a3166
commit 0a8fc70ba9
3 changed files with 88 additions and 79 deletions

View File

@@ -1,6 +1,5 @@
:- module('$atts', []).
driver(Vars, Values) :-
iterate(Vars, Values, ListOfListsOfGoalLists),
!,