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=3d643bd4485bb0b1f9db14e256e81c9d59d4a40e;hp=3747b54aa55c72ca4e3f6de4d4c6c53e78f22670;hb=a59f5d6552674928879cae0d225e6052876d5ca4;hpb=ecb2fdd196ce44b726189fcbb76697986ad040cf diff --git a/compiler/prelude/primops.txt.pp b/compiler/prelude/primops.txt.pp index 3747b54..3d643bd 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 words), + {Create a new mutable array with the specified number of elements, in the specified state thread, with each element containing the specified initial value.} with