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

definition:
smallMutedText :: String -> BaseHtml
smallMutedText s = htmlStruct "small" [("class","text-muted")] [htxt s]
demand:
no demanded arguments
deterministic:
deterministic operation
documentation:
--- A small muted text (used in the title):
failfree:
_
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{(_) |-> _}
name:
smallMutedText
precedence:
no precedence defined
result-values:
_
signature:
String -> HTML.Base.BaseHtml
solution-complete:
operation might suspend on free variables
terminating:
yes
totally-defined:
possibly non-reducible on same data term