Function getBytes on ArrayBase type can crash with the following message:
internal error: ARR_WORDS object (0x...) entered!
(GHC version 9.0.1 for x86_64_unknown_linux)
Please report this as a GHC bug: https://www.haskell.org/ghc/reportabug
I have a workaround for that, but sadly it does not work anymore with GHC 9.0.1.
Function
getBytes
onArrayBase
type can crash with the following message:I have a workaround for that, but sadly it does not work anymore with GHC 9.0.1.
Here is the related issue: https://gitlab.haskell.org/ghc/ghc/-/issues/19645