CurryInfo: currycheck-4.0.0 / CurryCheck.isEquivTest

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