<p dir="ltr">If I create a thunk representing</p>
<p dir="ltr">const x y</p>
<p dir="ltr">will the garbage collector be sure to replace this with x? I'm just wondering if I have to be concerned about the fact that Data.Sequence defines update in terms of adjust, with</p>
<p dir="ltr">update x = adjust (const x)</p>