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

definition: Info
 
curryPackageURL :: String -> String -> String
curryPackageURL pn pv = curryPackageBaseURL ++ pn ++ "-" ++ pv ++ ".html"
demand: Info
 no demanded arguments
deterministic: Info
 deterministic operation
documentation: Info
 
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: Info
 (_, _)
indeterministic: Info
 referentially transparent operation
infix: Info
 no fixity defined
iotype: Info
 {(_,_) |-> _}
name: Info
 curryPackageURL
precedence: Info
 no precedence defined
result-values: Info
 _
signature: Info
 String -> String -> String
solution-complete: Info
 operationally complete operation
terminating: Info
 yes
totally-defined: Info
 reducible on all ground data terms