Description
Primitive GHC types with unlifted types inside.
Description
Primitive GHC types with unlifted types inside. There used to be a module named Data.Primitive.UnliftedArray
in the primitive
library. However, the techniques it used were unsound in the presence of certain FFI calls. This library a successor to that module.