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

definition:
showURL :: String -> BaseHtml
showURL s | "http" `isPrefixOf` s = ehref s [htxt s]
          | otherwise             = htxt s
demand:
no demanded arguments
deterministic:
deterministic operation
failfree:
_
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{(_) |-> _}
name:
showURL
precedence:
no precedence defined
result-values:
_
signature:
String -> HTML.Base.BaseHtml
solution-complete:
operation might suspend on free variables
terminating:
possibly non-terminating
totally-defined:
possibly non-reducible on same data term