definition: |
showChar :: Char -> ShowS showChar = (:) |
demand: |
no demanded arguments |
deterministic: |
deterministic operation |
documentation: |
--- Converts a character to a show function that prepends the character. |
failfree: |
() |
indeterministic: |
referentially transparent operation |
infix: |
no fixity defined |
iotype: |
{() |-> {:}} |
name: |
showChar |
precedence: |
no precedence defined |
result-values: |
{:} |
signature: |
Char -> [Char] -> [Char] |
solution-complete: |
operationally complete operation |
terminating: |
yes |
totally-defined: |
reducible on all ground data terms |