CurryInfo: base-3.4.0 / Prelude.showChar

definition: Info
 
showChar :: Char -> ShowS
showChar = (:)
demand: Info
 no demanded arguments
deterministic: Info
 deterministic operation
documentation: Info
 
Converts a character to a show function that prepends the 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
 Char -> [Char] -> [Char]
solution-complete: Info
 operationally complete operation
terminating: Info
 yes
totally-defined: Info
 reducible on all ground data terms