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

definition:
 
curryPackageURL :: String -> String -> String
curryPackageURL pn pv = curryPackageBaseURL ++ pn ++ "-" ++ pv ++ ".html"
demand:
 no demanded arguments
deterministic:
 deterministic operation
documentation:
 
The URL of the documentation of a published package where
the name and version are given as the argument, e.g.,
the expression `curryPackageURL "flatcurry" "3.0.0"` evaluates to the
URL of package `flatcurry` in version `3.0.0`.
failfree:
 (_, _)
indeterministic:
 referentially transparent operation
infix:
 no fixity defined
iotype:
 {(_,_) |-> _}
name:
 curryPackageURL
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