| http://www.w3.org/ns/prov#value | - C/IO/Handle/Text.hs 873142 -- If the handle is a pipe or socket, and the writing end143 -- is closed, 'hGetBufNonBlocking' will behave as if EOF was reached.144 --145+-- 'hGetBufNonBlocking' ignores the prevailing 'TextEncoding' and146+-- 'NewlineMode' on the 'Handle', and reads bytes directly.147+148 hGetBufNonBlocking :: Handle -> Ptr a -> Int -> IO Int149 hGetBufNonBlocking h ptr count150 | cou
|