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