ptal / Rust.Paper

temporal concurrent constraint language
Apache License 2.0
0 stars 0 forks source link

Alpha-renaming of let #8

Closed ptal closed 9 years ago

ptal commented 9 years ago

In (let x = 8 in P) || (let x = 2 in Q) and without alpha-renaming, both x will be shared.