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