|
definition: |
throwUnknownPR :: PR a throwUnknownPR = throwPR [PError (initPos err_unknown_fname) err_unknown_msg] |
|
demand: |
no demanded arguments |
|
deterministic: |
deterministic operation |
|
documentation: |
Throw an unknown error |
|
failfree: |
() |
|
indeterministic: |
referentially transparent operation |
|
infix: |
no fixity defined |
|
iotype: |
{() |-> {Errors}}
|
|
name: |
throwUnknownPR |
|
precedence: |
no precedence defined |
|
result-values: |
{Errors}
|
|
signature: |
PR a |
|
solution-complete: |
operationally complete operation |
|
terminating: |
yes |
|
totally-defined: |
reducible on all ground data terms |