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