
13 May
2020
13 May
'20
9 a.m.
On Wed, 13 May 2020, Sylvain Henry wrote:
It's quite fragile (e.g. can be optimized away or moved), so we're trying to replace it with something else. See https://gitlab.haskell.org/ghc/ghc/-/wikis/proposal/with-combinator
I remember that the fragility due to optimization is quite a problem. I found that creating a StablePtr is reliable, however.