Forked from
Glasgow Haskell Compiler / GHC
6329 commits behind the upstream repository.
Ben Gamari
authored
This addresses an odd asymmetry in the ByteArray# primops, which previously provided unsafeFreezeByteArray# but no corresponding thaw operation. Closes #22710