[Haskell-cafe] Re: philosophy of Haskell
wren ng thornton
wren at freegeek.org
Sun Aug 15 20:32:55 EDT 2010
Brandon S Allbery KF8NH wrote:
> only ordering of calls in the *current*
> thread of execution. (Which, hmm, implies that unsafePerformIO and
> unsafeInterleaveIO are conceptually similar to forkIO.)
Implementationally they are very similar (at least as far as the baton
is concerned). How hard we should press that for getting semantics out
of them ...well, that's a different question :)
--
Live well,
~wren
More information about the Haskell-Cafe
mailing list