X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=blobdiff_plain;f=compiler%2Fprelude%2Fprimops.txt.pp;fp=compiler%2Fprelude%2Fprimops.txt.pp;h=3747b54aa55c72ca4e3f6de4d4c6c53e78f22670;hp=c5dad9bf76832505e1100d0ac16a719d64101b39;hb=5ddec4452428b67788dd323d38563e8123253005;hpb=701cf5711388f44acc778bdce4262a2d7ac7f039 diff --git a/compiler/prelude/primops.txt.pp b/compiler/prelude/primops.txt.pp index c5dad9b..3747b54 100644 --- a/compiler/prelude/primops.txt.pp +++ b/compiler/prelude/primops.txt.pp @@ -578,7 +578,7 @@ primtype MutableArray# s a primop NewArrayOp "newArray#" GenPrimOp Int# -> a -> State# s -> (# State# s, MutableArray# s a #) - {Create a new mutable array of specified size (in bytes), + {Create a new mutable array of specified size (in words), in the specified state thread, with each element containing the specified initial value.} with