Ben Rudiak-Gould <[EMAIL PROTECTED]> writes:

>     http://www.haskell.org/~simonmar/io/System.IO.html

"fileRead :: File -> FileOffset -> Integer -> Buffer -> IO ()"

This is unimplementable safely if the descriptor is read concurrently
by different processes. The current position is shared.

-- 
   __("<         Marcin Kowalczyk
   \__/       [EMAIL PROTECTED]
    ^^     http://qrnik.knm.org.pl/~qrczak/
_______________________________________________
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe

Reply via email to