CurryInfo: currydoc-4.0.0 / CurryDoc.Html.borderedTable

definition: Info
 
borderedTable :: [[[BaseHtml]]] -> BaseHtml
borderedTable rows = table rows `addClass` "table table-bordered table-hover"
demand: Info
 no demanded arguments
deterministic: Info
 deterministic operation
documentation: Info
 
A bordered table:
indeterministic: Info
 referentially transparent operation
infix: Info
 no fixity defined
iotype: Info
 {(_) |-> _}
name: Info
 borderedTable
precedence: Info
 no precedence defined
result-values: Info
 _
signature: Info
 [[[HTML.Base.BaseHtml]]] -> 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