Personal tools

Talk:Concurrency demos/Zeta

From HaskellWiki

(Difference between revisions)
Jump to: navigation, search
Current revision (19:45, 29 November 2006) (edit) (undo)
 
(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)

Remi

You're right, I've changed the code in the example, thanks!

Mux