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