Concurrency issue with dynamic linker in GHC

Bulat Ziganshin bulat.ziganshin at gmail.com
Sat Oct 21 05:02:20 EDT 2006


Hello Bulat,

Saturday, October 21, 2006, 12:56:48 PM, you wrote:

> use 'vGetLine fdStdIn' in order to read lines. you should strip

sorry, use

do h <- bufferBlockStream fdStdIn
   vGetLine h
   vGetLine h
   ...




-- 
Best regards,
 Bulat                            mailto:Bulat.Ziganshin at gmail.com



More information about the Glasgow-haskell-users mailing list