CurryInfo: currycheck-4.0.0 / CurryCheck.equivTestOps

definition:
equivTestOps :: Test -> [QName]
equivTestOps t = case t of EquivTest _ f1 f2 _ _ -> [f1,f2]
                           _                     -> []
demand:
argument 1
deterministic:
deterministic operation
documentation:
-- Returns the names of the operations of an equivalence test.
indeterministic:
referentially transparent operation
infix:
no fixity defined
name:
equivTestOps
precedence:
no precedence defined
result-values:
{:,[]}
signature:
Test -> [(String, String)]
solution-complete:
operation might suspend on free variables
terminating:
yes
totally-defined:
reducible on all ground data terms