definition:
|
showVersionConstraints :: [[VersionConstraint]] -> String
showVersionConstraints =
intercalate " || " . map (intercalate ", " . map showVersionConstraint)
|
demand:
|
no demanded arguments
|
deterministic:
|
deterministic operation
|
documentation:
|
--- Renders a list of version constraints in disjunctive normal form.
|
failfree:
|
()
|
indeterministic:
|
referentially transparent operation
|
infix:
|
no fixity defined
|
iotype:
|
{() |-> {.._#lambda508}}
|
name:
|
showVersionConstraints
|
precedence:
|
no precedence defined
|
result-values:
|
{.._#lambda508}
|
signature:
|
[[VersionConstraint]] -> String
|
solution-complete:
|
operation might suspend on free variables
|
terminating:
|
possibly non-terminating
|
totally-defined:
|
possibly non-reducible on same data term
|