[Haskell-cafe] what are the safety conditions for unsafeIOToST

Nicolas Frisby nicolas.frisby at gmail.com
Tue Apr 6 17:33:31 EDT 2010


I haven't been able to find it via Google or Haddock. An old message
suggests is was just a matter of exceptions?

I only want to use the IO for generating Data.Uniques to pair with
STRefs in order to make a map of them. I'm guessing this would be a
safe use since it's exception free (... right?).

Thanks!


More information about the Haskell-Cafe mailing list