From a59f5d6552674928879cae0d225e6052876d5ca4 Mon Sep 17 00:00:00 2001 From: Simon Marlow Date: Wed, 19 Jan 2011 14:06:33 +0000 Subject: [PATCH] tweak newArray# documentation again --- compiler/prelude/primops.txt.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 1.7.10.4