CurryInfo: base-3.3.0 / Prelude.print

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