olexandr-konovalov / LocalNRconstruction

Construction of local near-rings
0 stars 0 forks source link

Move repeated Union call out of the loop #10

Open olexandr-konovalov opened 4 years ago

olexandr-konovalov commented 4 years ago

I understood that Union(Union(...),...Union(...)) makes send here, but then it seems to me that we can move the inner Union call out of the loop. @raemarina @IrynaRaievska could you verify this please?