|
definition: |
addOneErrorPR :: PR a -> PError -> PR a addOneErrorPR m p = addErrorsPR m [p] |
|
demand: |
argument 1 |
|
deterministic: |
deterministic operation |
|
documentation: |
Add one error to the Error Monad |
|
failfree: |
(_, _) |
|
indeterministic: |
referentially transparent operation |
|
infix: |
no fixity defined |
|
iotype: |
{(_,_) |-> {Errors}}
|
|
name: |
addOneErrorPR |
|
precedence: |
no precedence defined |
|
result-values: |
{Errors}
|
|
signature: |
PR a -> PError -> PR a |
|
solution-complete: |
operation might suspend on free variables |
|
terminating: |
yes |
|
totally-defined: |
reducible on all ground data terms |