Text.Array: Use unsafeFreezeByteArray# in place of unsafeCoerce#
It shouldn't hurt to use the type-safe variant here. Moreover, this unsafeCoerce# usage was responsible for STG lint errors (GHC Trac #8114).
Please register or sign in to comment
It shouldn't hurt to use the type-safe variant here. Moreover, this unsafeCoerce# usage was responsible for STG lint errors (GHC Trac #8114).