|
definition: |
throwPMsg :: Pos -> String -> PR a throwPMsg p s= throwOnePR (perror p s) |
|
demand: |
no demanded arguments |
|
deterministic: |
deterministic operation |
|
documentation: |
Throw an error with one PError that has a position and message |
|
failfree: |
(_, _) |
|
indeterministic: |
referentially transparent operation |
|
infix: |
no fixity defined |
|
iotype: |
{(_,_) |-> {Errors}}
|
|
name: |
throwPMsg |
|
precedence: |
no precedence defined |
|
result-values: |
{Errors}
|
|
signature: |
CPP.ICode.ParsePos.Pos -> String -> PR a |
|
solution-complete: |
operationally complete operation |
|
terminating: |
yes |
|
totally-defined: |
reducible on all ground data terms |