CurryInfo: base-3.4.0 / System.IO.hWaitForInput

definition: Info
 
hWaitForInput :: Handle -> Int -> IO Bool
hWaitForInput handle timeout = (prim_hWaitForInput $# handle)  $## timeout
demand: Info
 arguments 1 2
deterministic: Info
 deterministic operation
documentation: Info
 
Waits until input is available on the given handle.
If no input is available within t milliseconds, it returns False,
otherwise it returns True.
@param handle - a handle for an input stream
@param timeout - milliseconds to wait for input (< 0 : no time out)
failfree: Info
 (_, _)
indeterministic: Info
 referentially transparent operation
infix: Info
 no fixity defined
iotype: Info
 {(_,_) |-> _}
name: Info
 hWaitForInput
precedence: Info
 no precedence defined
result-values: Info
 _
signature: Info
 Handle -> Prelude.Int -> Prelude.IO Prelude.Bool
solution-complete: Info
 operation might suspend on free variables
terminating: Info
 yes
totally-defined: Info
 reducible on all ground data terms