CurryInfo: base-3.3.0 / Text.Show.showChar

definition: Info
 
showChar :: Char -> ShowS
showChar c = (c:)
demand: Info
 no demanded arguments
deterministic: Info
 deterministic operation
documentation: Info
 
Prepend a single character
failfree: Info
 _
indeterministic: Info
 referentially transparent operation
infix: Info
 no fixity defined
iotype: Info
 {(_) |-> {:}}
name: Info
 showChar
precedence: Info
 no precedence defined
result-values: Info
 {:}
signature: Info
 Prelude.Char -> String -> String
solution-complete: Info
 operationally complete operation
terminating: Info
 yes
totally-defined: Info
 reducible on all ground data terms