|
definition: |
sndPR :: PR (a,b) -> PR b sndPR m = bindPR m (okPR . snd) |
|
demand: |
argument 1 |
|
deterministic: |
deterministic operation |
|
documentation: |
snd defined on the Error Monad |
|
failfree: |
_ |
|
indeterministic: |
referentially transparent operation |
|
infix: |
no fixity defined |
|
iotype: |
{(_) |-> _}
|
|
name: |
sndPR |
|
precedence: |
no precedence defined |
|
result-values: |
_ |
|
signature: |
PR (a, b) -> PR b |
|
solution-complete: |
operation might suspend on free variables |
|
terminating: |
yes |
|
totally-defined: |
reducible on all ground data terms |