CurryInfo: html2-3.5.0 / HTML.CategorizedList.categorizeByItemKey

definition: Info
 
categorizeByItemKey :: HTML h => [(String,[h])] -> [h]
categorizeByItemKey itemL =
   list2CategorizedHtml
       itemL 
       (map (\c -> (toUpper c,[toUpper c])) (listHeads (map fst itemL)))
       categorizeStringHead
demand: Info
 no demanded arguments
deterministic: Info
 deterministic operation
documentation: Info
 
Categorize a list of entries with respect to the inial keys.

The categories are named as all initial characters of the keys of the items.
@param itemL  the list of key-item pairs which are supposed to be
categorized with respect to key
@return Html containing inner links between the categories
failfree: Info
 (_, _)
indeterministic: Info
 referentially transparent operation
infix: Info
 no fixity defined
iotype: Info
 {(_,_) |-> {:}}
name: Info
 categorizeByItemKey
precedence: Info
 no precedence defined
result-values: Info
 {:}
signature: Info
 HTML.Base.HTML a => [(String, [a])] -> [a]
solution-complete: Info
 operation might suspend on free variables
terminating: Info
 possibly non-terminating
totally-defined: Info
 possibly non-reducible on same data term