definition: |
curryPackagesDocURL :: String curryPackagesDocURL = curryPackagesURL ++ "DOC/" |
demand: |
no demanded arguments |
deterministic: |
deterministic operation |
documentation: |
--- The base URL of API documentations of published packages. --- The actual API documentation of a package with name `pn` and version `pv` --- can be found at --- --- cpmPackagesDocURL ++ pn ++ "-" ++ pv --- --- See also operation 'curryPackageDocURL'. |
failfree: |
() |
indeterministic: |
referentially transparent operation |
infix: |
no fixity defined |
iotype: |
{() |-> _} |
name: |
curryPackagesDocURL |
precedence: |
no precedence defined |
result-values: |
_ |
signature: |
String |
solution-complete: |
operationally complete operation |
terminating: |
yes |
totally-defined: |
reducible on all ground data terms |