CurryInfo: currycheck-4.0.0 / CurryCheck.isPropTest

definition:
isPropTest :: Test -> Bool
isPropTest t = case t of PropTest _ texp _ -> not (null (argTypes texp))
                         _                 -> False
demand:
argument 1
deterministic:
deterministic operation
documentation:
-- Is the test a property test?
indeterministic:
referentially transparent operation
infix:
no fixity defined
name:
isPropTest
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