Skip to content

Fix wording in primops documentation to reflect the correct reasoning:

Alexey Kuleshevich requested to merge lehins/ghc:fix-primop-doc into master
* Besides resizing functions, shrinking ones also mutate the
  size of a mutable array and because of those two `sizeofMutabeByteArray`
  and `sizeofSmallMutableArray` are now deprecated
* Change reference in documentation to then newer functions `getSizeof*`
  instead of `sizeof*` for shrinking functions
* Fix incorrect mention of "byte" instead of "small"

Merge request reports