CurryInfo: nonstrictunif-optimize-3.0.0 / CurryBrowseAnalysis.Dependency.callsDirectly

definition: Info
 
callsDirectly :: FuncDecl -> [QName]
callsDirectly fun = toList (snd (directlyDependent fun))
demand: Info
 no demanded arguments
deterministic: Info
 deterministic operation
documentation: Info
 
list of direct dependencies for a function
failfree: Info
 <FAILING>
indeterministic: Info
 referentially transparent operation
infix: Info
 no fixity defined
iotype: Info
 {(_) |-> _}
name: Info
 callsDirectly
precedence: Info
 no precedence defined
result-values: Info
 _
signature: Info
 FlatCurry.Types.FuncDecl -> [(String, String)]
solution-complete: Info
 operation might suspend on free variables
terminating: Info
 possibly non-terminating
totally-defined: Info
 possibly non-reducible on same data term