[project @ 2000-03-14 12:16:00 by simonmar]
authorsimonmar <unknown>
Tue, 14 Mar 2000 12:16:00 +0000 (12:16 +0000)
committersimonmar <unknown>
Tue, 14 Mar 2000 12:16:00 +0000 (12:16 +0000)
commit716d91c23d0f9a62474098d32eb6237ebe755944
treef0cc123056ef5ff74f4ca0057111fd61f312eff2
parent0fc589f28f36d25804b187b9aa6d5c02d6881e10
[project @ 2000-03-14 12:16:00 by simonmar]
Simplfy the mutable array story:

- rename MutableArray to STArray (and similarly
  for all operations on MutableArray, eg newArray
  is now newSTArray).

- remove the extra level of indirection between
  STArrays and MutableArrays.

- remove the MutableArray interface from
  hslibs/lang/MutableArray.  This module will go
  away soon - Andy, don't bother porting it to Hugs.
ghc/lib/std/PrelArr.lhs
ghc/lib/std/PrelHandle.lhs
ghc/lib/std/Random.lhs