CurryInfo: currydoc-4.0.0 / CurryDoc.Html.genHtmlLibCats

definition:
genHtmlLibCats :: [[ModInfo]] -> [BaseHtml]
genHtmlLibCats = concatMap gen
  where
  gen []              = []
  gen cat@((c,_,_):_) = [anchoredSection (getCategoryID c)
                        (h2 [htxt (showCategory c ++ ":")] : genHtmlLibCat cat)]
demand:
no demanded arguments
deterministic:
deterministic operation
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{() |-> {.._#lambda508}}
name:
genHtmlLibCats
precedence:
no precedence defined
result-values:
{.._#lambda508}
signature:
[[(CurryDoc.Read.Category, String, String)]] -> [HTML.Base.BaseHtml]
solution-complete:
operation might suspend on free variables
terminating:
possibly non-terminating
totally-defined:
possibly non-reducible on same data term