CurryInfo: cpm-3.3.0 / CPM.PackageCache.Global.findNewestVersion

definition:
findNewestVersion :: GlobalCache -> String -> Maybe Package
findNewestVersion db p = if length pkgs > 0
  then Just $ head pkgs
  else Nothing
 where
  pkgs = sortBy pkgGt $ findAllVersions db p False
demand:
no demanded arguments
deterministic:
deterministic operation
documentation:
--- Finds the newest version of a package.
failfree:
<FAILING>
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{(_,_) |-> _}
name:
findNewestVersion
precedence:
no precedence defined
result-values:
_
signature:
GlobalCache -> String -> Prelude.Maybe CPM.Package.Package
solution-complete:
operation might suspend on free variables
terminating:
possibly non-terminating
totally-defined:
possibly non-reducible on same data term