CurryInfo: cpm-3.3.0 / CPM.Package.showCompilerDependency

definition:
showCompilerDependency :: CompilerCompatibility -> String
showCompilerDependency (CompilerCompatibility cc vcs) =
  cc ++ showVersionConstraints vcs
demand:
argument 1
deterministic:
deterministic operation
documentation:
--- Renders a compiler dependency as a string, including all version
--- constraints.
failfree:
_
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{({CompilerCompatibility}) |-> _}
name:
showCompilerDependency
precedence:
no precedence defined
result-values:
_
signature:
CompilerCompatibility -> String
solution-complete:
operation might suspend on free variables
terminating:
possibly non-terminating
totally-defined:
possibly non-reducible on same data term