operators should generates iterator when iterators are provided
for example, 3 + (1..10) should return an iterator instead of a list
for example, 3 + (1..10) should return an iterator instead of a list