definition: |
userError :: String -> IOError userError = UserError |
demand: |
no demanded arguments |
deterministic: |
deterministic operation |
documentation: |
--- A user error value is created by providing a description of the --- error situation as a string. |
failfree: |
() |
indeterministic: |
referentially transparent operation |
infix: |
no fixity defined |
iotype: |
{() |-> {UserError}} |
name: |
userError |
precedence: |
no precedence defined |
result-values: |
{UserError} |
signature: |
[Char] -> IOError |
solution-complete: |
operationally complete operation |
terminating: |
yes |
totally-defined: |
reducible on all ground data terms |