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