Chris Angelico wrote: > The only way to prove that something is a new binding is to > demonstrate that, when this binding is removed, a previous one becomes > visible. Or capture them both with closures and show that each closure sees a different version of the binding. -- Greg