CurryInfo: cpm-3.3.0 / CPM.Resolution.showShortDependencies

definition:
showShortDependencies :: ResolutionResult -> String
showShortDependencies (ResolutionSuccess pkg deps) =
  showTree . mapTree text . shortenPackageTree $ dependencyTree deps pkg
showShortDependencies (ResolutionFailure _) = "Resolution failed."
demand:
argument 1
deterministic:
deterministic operation
documentation:
--- Renders a dependency tree from a successful resolution in a short form
--- where already shown packages are not fully shown again.
failfree:
_
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{({ResolutionSuccess}) |-> _ || ({ResolutionFailure}) |-> {:}}
name:
showShortDependencies
precedence:
no precedence defined
result-values:
_
signature:
ResolutionResult -> String
solution-complete:
operation might suspend on free variables
terminating:
possibly non-terminating
totally-defined:
possibly non-reducible on same data term