definition:
|
transitiveDependencies :: LookupSet -> Package -> [String]
transitiveDependencies = transitiveDependencies' []
|
demand:
|
no demanded arguments
|
deterministic:
|
deterministic operation
|
failfree:
|
<FAILING>
|
indeterministic:
|
referentially transparent operation
|
infix:
|
no fixity defined
|
iotype:
|
{() |-> {transitiveDependencies'}}
|
name:
|
transitiveDependencies
|
precedence:
|
no precedence defined
|
result-values:
|
{transitiveDependencies'}
|
signature:
|
CPM.LookupSet.LookupSet -> CPM.Package.Package -> [String]
|
solution-complete:
|
operation might suspend on free variables
|
terminating:
|
possibly non-terminating
|
totally-defined:
|
possibly non-reducible on same data term
|