definition: |
categorizeByItemKey :: HTML h => [(String,[h])] -> [h] categorizeByItemKey itemL = list2CategorizedHtml itemL (map (\c -> (toUpper c,[toUpper c])) (listHeads (map fst itemL))) categorizeStringHead |
demand: |
no demanded arguments |
deterministic: |
deterministic operation |
documentation: |
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: |
(_, _) |
indeterministic: |
referentially transparent operation |
infix: |
no fixity defined |
iotype: |
{(_,_) |-> {:}} |
name: |
categorizeByItemKey |
precedence: |
no precedence defined |
result-values: |
{:} |
signature: |
HTML.Base.HTML a => [(String, [a])] -> [a] |
solution-complete: |
operation might suspend on free variables |
terminating: |
possibly non-terminating |
totally-defined: |
possibly non-reducible on same data term |