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

definition:
hGetByte    :: Handle -> IO Byte
hGetByte h = prim_hGetByte $# h
demand:
argument 1
deterministic:
deterministic operation
documentation:
--- 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:
_
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{(_) |-> _}
name:
hGetByte
precedence:
no precedence defined
result-values:
_
signature:
System.IO.Handle -> Prelude.IO Prelude.Int
solution-complete:
operation might suspend on free variables
terminating:
yes
totally-defined:
reducible on all ground data terms