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

definition:
curryPackageLatestURL :: String -> String
curryPackageLatestURL pn = curryPackageBaseURL ++ pn ++ ".html"
demand:
no demanded arguments
deterministic:
deterministic operation
documentation:
--- The URL of the documentation of the latest version of a published package
--- where the name is given as the argument.
failfree:
_
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{(_) |-> _}
name:
curryPackageLatestURL
precedence:
no precedence defined
result-values:
_
signature:
String -> String
solution-complete:
operationally complete operation
terminating:
yes
totally-defined:
reducible on all ground data terms