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