definition: |
resolutionSuccess :: ResolutionResult -> Bool resolutionSuccess (ResolutionSuccess _ _) = True resolutionSuccess (ResolutionFailure _) = False |
demand: |
argument 1 |
deterministic: |
deterministic operation |
documentation: |
--- Was a resolution successful? |
failfree: |
_ |
indeterministic: |
referentially transparent operation |
infix: |
no fixity defined |
iotype: |
{({ResolutionSuccess}) |-> {True} || ({ResolutionFailure}) |-> {False}} |
name: |
resolutionSuccess |
precedence: |
no precedence defined |
result-values: |
{False,True} |
signature: |
ResolutionResult -> Prelude.Bool |
solution-complete: |
operationally complete operation |
terminating: |
yes |
totally-defined: |
reducible on all ground data terms |