|
definition: |
perror :: Pos -> String -> PError perror p s = PError p s |
|
demand: |
no demanded arguments |
|
deterministic: |
deterministic operation |
|
documentation: |
Construct a PError |
|
failfree: |
(_, _) |
|
indeterministic: |
referentially transparent operation |
|
infix: |
no fixity defined |
|
iotype: |
{(_,_) |-> {PError}}
|
|
name: |
perror |
|
precedence: |
no precedence defined |
|
result-values: |
{PError}
|
|
signature: |
CPP.ICode.ParsePos.Pos -> String -> PError |
|
solution-complete: |
operationally complete operation |
|
terminating: |
yes |
|
totally-defined: |
reducible on all ground data terms |