CurryInfo: base-3.4.0 / Prelude.showString

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