definition: |
packageId :: Package -> String packageId p = name p ++ "-" ++ showVersion (version p) |
demand: |
argument 1 |
deterministic: |
deterministic operation |
documentation: |
--- Renders the id of a package as a string. Package name and version separated --- by a dash. |
failfree: |
_ |
indeterministic: |
referentially transparent operation |
infix: |
no fixity defined |
iotype: |
{(_) |-> _} |
name: |
packageId |
precedence: |
no precedence defined |
result-values: |
_ |
signature: |
Package -> String |
solution-complete: |
operation might suspend on free variables |
terminating: |
possibly non-terminating |
totally-defined: |
possibly non-reducible on same data term |