CurryInfo: currycheck-4.0.0 / CurryCheck.isIOTest

definition:
isIOTest :: Test -> Bool
isIOTest t = case t of IOTest _ _ -> True
                       _          -> False
demand:
argument 1
deterministic:
deterministic operation
documentation:
-- Is the test an IO test?
indeterministic:
referentially transparent operation
infix:
no fixity defined
name:
isIOTest
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