CurryInfo: base-3.3.0 / Prelude.showString

definition:
showString :: String -> ShowS
showString str s = foldr showChar s str
demand:
argument 1
deterministic:
deterministic operation
documentation:
--- Converts a string to a show function that prepends the string.
failfree:
(_, _)
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{(_,_) |-> _}
name:
showString
precedence:
no precedence defined
result-values:
_
signature:
[Char] -> [Char] -> [Char]
solution-complete:
operation might suspend on free variables
terminating:
yes
totally-defined:
reducible on all ground data terms