CurryInfo: nonstrictunif-optimize-3.0.0 / NonStrictOpt.isDependent

definition:
isDependent :: [(QName,[QName])] -> QName -> QName -> Bool
isDependent deps dependonfun fname =
   dependonfun `elem` (maybe [] id (lookup fname deps))
demand:
no demanded arguments
deterministic:
deterministic operation
documentation:
-- does a function (argument 3) depend on another function (argument 2)
-- (w.r.t. dependencies given in argument 1)?
failfree:
(_, _, _)
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{(_,_,_) |-> _}
name:
isDependent
precedence:
no precedence defined
result-values:
_
signature:
[((String, String), [(String, String)])] -> (String, String) -> (String, String)
-> Prelude.Bool
solution-complete:
operation might suspend on free variables
terminating:
possibly non-terminating
totally-defined:
possibly non-reducible on same data term