This repository was archived by the owner on Feb 1, 2020. It is now read-only.

Description
Have a set with this composition:
<forvar> SetItem ( %var ( i ) ) SetItem ( %var ( j ) ) </forvar>
The following rule won't match:
rule <k> #clearIter(ITER:Id) => .) ... </k>
<forvar> (SetItem(%var(ITER)) => .Set) FORVARS </forvar>
If we change the set and rule accordingly to store plain Id elements, it will match. Problem happens when <forvar> contains 2+ elements.