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