"Patai Gergely" <patai_gerg...@fastmail.fm> wrote:

> Am I right thinking that the
> NOINLINE pragma on unsafeDupablePerformIO prevents the problem of
> multiple evaluation discussed yesterday?
>
From what I know and experienced, yes. Each individual unsafePerformIO
only ever evaluates its action once, and if they are prevented from
duplicating, things should work out as intended.

-- 
(c) this sig last receiving data processing entity. Inspect headers
for copyright history. All rights reserved. Copying, hiring, renting,
performance and/or quoting of this signature prohibited.


_______________________________________________
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe

Reply via email to