[Haskell] unsafeInterleaveST

Tomasz Zielonka tomasz.zielonka at gmail.com
Mon Feb 6 12:29:32 EST 2006


On Mon, Feb 06, 2006 at 06:31:17PM +0300, Bulat Ziganshin wrote:
> is it possible to implement unsafeInterleaveST?

I hope not. You surely shouldn't be able to implement this function
without unsafe* functions, because that would break ST's guarantees.
Hell, you would be able to return frozen ST computations from runST!

Best regards
Tomasz

-- 
I am searching for programmers who are good at least in
(Haskell || ML) && (Linux || FreeBSD || math)
for work in Warsaw, Poland


More information about the Haskell mailing list