Talk:Concurrency demos/Zeta
From HaskellWiki
(Difference between revisions)
| (One intermediate revision not shown.) | |||
| Line 8: | Line 8: | ||
</haskell> | </haskell> | ||
[[User:Remi|Remi]] | [[User:Remi|Remi]] | ||
| + | |||
| + | You're right, I've changed the code in the example, thanks! | ||
| + | |||
| + | [[User:Mux|Mux]] | ||
Current revision
Shouldn't
forkIO (putMVar mvar (zetaRange s range))
be
forkIO (putMVar mvar $! zetaRange s range)
You're right, I've changed the code in the example, thanks!
