CurryInfo: nonstrictunif-optimize-3.0.0 / NonStrictOpt.isDependent

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