definition: |
result :: Test -> Result result (Test r _ _) = r |
demand: |
argument 1 |
deterministic: |
deterministic operation |
documentation: |
--- Extracts the result of a test. |
failfree: |
_ |
indeterministic: |
referentially transparent operation |
infix: |
no fixity defined |
iotype: |
{({Test}) |-> _} |
name: |
result |
precedence: |
no precedence defined |
result-values: |
_ |
signature: |
Test.Prop.Types.Test -> Test.Prop.Types.Result |
solution-complete: |
operationally complete operation |
terminating: |
yes |
totally-defined: |
reducible on all ground data terms |