definition: |
testThisModule :: TestModule -> Bool testThisModule tm = null (staticErrors tm) && not (null (propTests tm)) |
demand: |
argument 1 |
deterministic: |
deterministic operation |
documentation: |
-- Is this a test module that should be tested? |
indeterministic: |
referentially transparent operation |
infix: |
no fixity defined |
name: |
testThisModule |
precedence: |
no precedence defined |
result-values: |
_ |
signature: |
TestModule -> Prelude.Bool |
solution-complete: |
operationally complete operation |
terminating: |
yes |
totally-defined: |
reducible on all ground data terms |