[Haskell] Re: Question for the haskell implementors: Arrays,
unsafePerformIO, runST
Ben Rudiak-Gould
Benjamin.Rudiak-Gould at cl.cam.ac.uk
Thu Feb 16 15:17:59 EST 2006
Data.Array.ST has
runSTArray :: Ix i => (forall s . ST s (STArray s i e)) -> Array i e
I think if you can implement that, then all your problems will be solved.
-- Ben
More information about the Haskell
mailing list