MLstate / opalang

The Opa Language for Web Application Development
http://opalang.org
Other
1.24k stars 125 forks source link

use == #173

Closed mbarbin closed 9 years ago

mbarbin commented 9 years ago

Use of structural equality in that part of the code is just a typo, the physical equality needs to be used instead for the purpose of the sharing optimization in this type of Walker. Happened to have caught this just by looking randomly for an example of that kind of traversal.

hbbio commented 9 years ago

Thanks Mathieu

mbarbin commented 9 years ago

You're welcome. Thanks for merging it in.