definition: |
hPrint :: Show a => Handle -> a -> IO () hPrint h = hPutStrLn h . show |
demand: |
no demanded arguments |
deterministic: |
deterministic operation |
documentation: |
--- Converts a term into a string and puts it to an output handle. |
failfree: |
(_, _) |
indeterministic: |
referentially transparent operation |
infix: |
no fixity defined |
iotype: |
{(_,_) |-> {.._#lambda508}} |
name: |
hPrint |
precedence: |
no precedence defined |
result-values: |
{.._#lambda508} |
signature: |
Prelude.Show a => Handle -> a -> Prelude.IO () |
solution-complete: |
operation might suspend on free variables |
terminating: |
possibly non-terminating |
totally-defined: |
reducible on all ground data terms |