CurryInfo: base-3.3.0 / System.IO.hPutChar

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