delete freeze attribute in freeze::attribute_goals//1

This commit is contained in:
Mark Thom
2019-12-01 14:43:27 -07:00
parent 9b71866b54
commit 406d3520f1

View File

@@ -22,5 +22,6 @@ freeze(X, Goal) :-
Fresh = X.
attribute_goals(Var) -->
{ get_atts(Var, frozen(Goals)) },
{ get_atts(Var, frozen(Goals)),
put_atts(Var, -frozen(_)) },
[freeze(Var, Goals)].