definition: |
testLine :: Test -> Int testLine (PropTest _ _ n) = n testLine (IOTest _ n) = n testLine (EquivTest _ _ _ _ n) = n |
demand: |
argument 1 |
deterministic: |
deterministic operation |
documentation: |
-- The line number of a test: |
indeterministic: |
referentially transparent operation |
infix: |
no fixity defined |
name: |
testLine |
precedence: |
no precedence defined |
result-values: |
_ |
signature: |
Test -> Prelude.Int |
solution-complete: |
operationally complete operation |
terminating: |
yes |
totally-defined: |
reducible on all ground data terms |