CurryInfo: cpm-3.3.0 / CPM.Package.execOfPackage

definition:
execOfPackage :: Package -> String
execOfPackage p =
  unwords (map (\ (PackageExecutable e _ _) -> e) (executableSpec p))
demand:
argument 1
deterministic:
deterministic operation
documentation:
--- Returns the names of the executables of the package.
--- Returns the empty string if the package has no executable to install.
failfree:
_
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{(_) |-> _}
name:
execOfPackage
precedence:
no precedence defined
result-values:
_
signature:
Package -> String
solution-complete:
operation might suspend on free variables
terminating:
yes
totally-defined:
possibly non-reducible on same data term