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