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

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