CurryInfo: cpm-manage-3.0.0 / CPM.Package.HTML.showPkgSource

definition: Info
 
showPkgSource :: Package -> [(String,[BaseHtml])]
showPkgSource pkg = case source pkg of
  Just (Git url _) -> [("Source repository", [showURL url])]
  Just (Http url ) -> [("Source", [showURL url])]
  _                -> []
demand: Info
 argument 1
deterministic: Info
 deterministic operation
failfree: Info
 _
indeterministic: Info
 referentially transparent operation
infix: Info
 no fixity defined
iotype: Info
 {(_) |-> {:,[]}}
name: Info
 showPkgSource
precedence: Info
 no precedence defined
result-values: Info
 {:,[]}
signature: Info
 CPM.Package.Package -> [(String, [HTML.Base.BaseHtml])]
solution-complete: Info
 operation might suspend on free variables
terminating: Info
 possibly non-terminating
totally-defined: Info
 possibly non-reducible on same data term