CurryInfo: base-3.4.0 / Text.Show.showString

definition: Info
 
showString :: String -> ShowS
showString s = (s ++)
demand: Info
 no demanded arguments
deterministic: Info
 deterministic operation
documentation: Info
 
Prepend a 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
 String -> String -> String
solution-complete: Info
 operationally complete operation
terminating: Info
 yes
totally-defined: Info
 reducible on all ground data terms