Marge Bot pushed to branch master at Glasgow Haskell Compiler / GHC
Commits:
-
cf1fd661
by Artem Pelenitsyn at 2026-06-03T14:48:09-04:00
1 changed file:
Changes:
| ... | ... | @@ -2149,7 +2149,7 @@ primop SizeofMutableByteArrayOp "sizeofMutableByteArray#" GenPrimOp |
| 2149 | 2149 | |
| 2150 | 2150 | primop GetSizeofMutableByteArrayOp "getSizeofMutableByteArray#" GenPrimOp
|
| 2151 | 2151 | MutableByteArray# s -> State# s -> (# State# s, Int# #)
|
| 2152 | - {Return the number of elements in the array, correctly accounting for
|
|
| 2152 | + {Return the number of bytes in the array, correctly accounting for
|
|
| 2153 | 2153 | the effect of 'shrinkMutableByteArray#' and 'resizeMutableByteArray#'.
|
| 2154 | 2154 | |
| 2155 | 2155 | @since 0.5.0.0}
|