CurryInfo: currydoc-4.0.0 / CurryDoc.Html.genHtmlLibCat

definition:
genHtmlLibCat :: [ModInfo] -> [BaseHtml]
genHtmlLibCat category =
  [dlist [(genHtmlName modname, docComment2HTML defaultCurryDocOptions modcmt)
  | (_,modname,modcmt) <- category ]
  ]
 where
  genHtmlName modname = [code [href (modname ++ ".html") [htxt modname]]]
demand:
no demanded arguments
deterministic:
deterministic operation
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{(_) |-> {:}}
name:
genHtmlLibCat
precedence:
no precedence defined
result-values:
{:}
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