j
k
j a
j l
On Fri, Aug 26, 2005 at 04:22:11PM +0100, Bayley, Alistair wrote:
makeArray :: Int -> Int -> a -> ST s (STArray s Int a) makeArray lower upper val = newArray (-lower, upper) val ^ Is negation of lower intentional here?
Best regards Tomasz
Back to the thread
Back to the list