CurryInfo: curry-resources-1.0.0 / Language.Curry.Resources.curryPackageDocURL

definition:
curryPackageDocURL :: String -> String -> String
curryPackageDocURL pn pv = curryPackagesDocURL ++ pn ++ "-" ++ pv
demand:
no demanded arguments
deterministic:
deterministic operation
documentation:
--- The URL of the API documentation of a package where the name and version
--- are given as the arguments, e.g., `curryPackageDocURL "flatcurry" "3.0.0"`.
failfree:
(_, _)
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{(_,_) |-> _}
name:
curryPackageDocURL
precedence:
no precedence defined
result-values:
_
signature:
String -> String -> String
solution-complete:
operationally complete operation
terminating:
yes
totally-defined:
reducible on all ground data terms