CurryInfo: base-3.3.0 / Prelude.shows

definition:
shows :: Show a => a -> ShowS
shows = showsPrec 0
demand:
argument 1
deterministic:
deterministic operation
documentation:
--- Converts a showable value to a show function that prepends this value.
failfree:
_
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{(_) |-> _}
name:
shows
precedence:
no precedence defined
result-values:
_
signature:
Show a => a -> [Char] -> [Char]
solution-complete:
operation might suspend on free variables
terminating:
yes
totally-defined:
reducible on all ground data terms