From: Simon Marlow Date: Wed, 19 Jan 2011 14:06:33 +0000 (+0000) Subject: tweak newArray# documentation again X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=a59f5d6552674928879cae0d225e6052876d5ca4 tweak newArray# documentation again --- 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