[Haskell-cafe] Space leak with recursion

Martijn Rijkeboer haskell at bunix.org
Fri Apr 24 09:43:44 UTC 2015


>> I should have checked the code. Unfortunately the idea to use a
>> recursive call to pollSockets comes from the Haskell examples in
>> the ZeroMQ guide. So I will probably not be the only one that has
>> this issue...
>
> Strange.  Can you link me to that?

An example that uses the pollSockets idea (pollServer):
- https://github.com/imatix/zguide/blob/master/examples/Haskell/lpclient.hs


All Haskell examples from the ZeroMQ guide:
- https://github.com/imatix/zguide/tree/master/examples/Haskell

Kind regards,


Martijn Rijkeboer



More information about the Haskell-Cafe mailing list