I’m not sure there are any similar patterns that benefit from making more variables local inside
let
. Given that in general we default to overwriting variables in outer scopes, it can’t be all that important forlet
to be special here.
Well, doesn’t this count as an example? In particular, Rebugger cannot work in 0.6 or 0.7 (because of the scope deprecation) but it does in 1.0.