CurryInfo: html2-3.5.0 / HTML.Styles.Bootstrap4.titledSideMenu

definition:
 
titledSideMenu :: HTML h => String -> [[h]] -> [h]
titledSideMenu title items =
  (if null title
     then []
     else [h5 [htxt title]]) ++
  [ulistWithClass "nav flex-column" "nav-item" items]
demand:
 argument 2
deterministic:
 deterministic operation
documentation:
 
Create a side menu containing a title and a list of items:
failfree:
 (_, _, _)
indeterministic:
 referentially transparent operation
infix:
 no fixity defined
iotype:
 {(_,_,_) |-> _}
name:
 titledSideMenu
precedence:
 no precedence defined
result-values:
 _
signature:
 HTML.Base.HTML a => String -> [[a]] -> [a]
solution-complete:
 operation might suspend on free variables
terminating:
 yes
totally-defined:
 possibly non-reducible on same data term