|
definition: |
hPutByte :: Handle -> Byte -> IO () hPutByte h c = (prim_hPutByte $# h) $## c |
|
demand: |
arguments 1 2 |
|
deterministic: |
deterministic operation |
|
documentation: |
Puts a byte to an output handle associated to a _binary_ stream. |
|
failfree: |
(_, _) |
|
indeterministic: |
referentially transparent operation |
|
infix: |
no fixity defined |
|
iotype: |
{(_,_) |-> _}
|
|
name: |
hPutByte |
|
precedence: |
no precedence defined |
|
result-values: |
_ |
|
signature: |
System.IO.Handle -> Prelude.Int -> Prelude.IO () |
|
solution-complete: |
operation might suspend on free variables |
|
terminating: |
yes |
|
totally-defined: |
reducible on all ground data terms |