CurryInfo: currycheck-4.0.0 / CurryCheck.isUnitTest

definition:
isUnitTest :: Test -> Bool
isUnitTest t = case t of PropTest _ texp _ -> null (argTypes texp)
                         _                 -> False
demand:
argument 1
deterministic:
deterministic operation
documentation:
-- Is the test a unit test?
indeterministic:
referentially transparent operation
infix:
no fixity defined
name:
isUnitTest
precedence:
no precedence defined
result-values:
{False,True}
signature:
Test -> Prelude.Bool
solution-complete:
operation might suspend on free variables
terminating:
yes
totally-defined:
reducible on all ground data terms