CurryInfo: bindata-3.0.0 / System.IO.BinaryFile.hGetByte

definition: Info
 
hGetByte    :: Handle -> IO Byte
hGetByte h = prim_hGetByte $# h
demand: Info
 argument 1
deterministic: Info
 deterministic operation
documentation: Info
 
Reads a byte from an input handle associated to a _binary_ stream
and returns it.
Throws an error if the end of file has been reached or the stream
is not binary.
failfree: Info
 _
indeterministic: Info
 referentially transparent operation
infix: Info
 no fixity defined
iotype: Info
 {(_) |-> _}
name: Info
 hGetByte
precedence: Info
 no precedence defined
result-values: Info
 _
signature: Info
 System.IO.Handle -> Prelude.IO Prelude.Int
solution-complete: Info
 operation might suspend on free variables
terminating: Info
 yes
totally-defined: Info
 reducible on all ground data terms