CurryInfo: currydoc-4.0.0 / CurryDoc.Html.genHtmlLibCat

definition: Info
 
genHtmlLibCat :: [ModInfo] -> [BaseHtml]
genHtmlLibCat category =
  [dlist [(genHtmlName modname, docComment2HTML defaultCurryDocOptions modcmt)
  | (_,modname,modcmt) <- category ]
  ]
 where
  genHtmlName modname = [code [href (modname ++ ".html") [htxt modname]]]
demand: Info
 no demanded arguments
deterministic: Info
 deterministic operation
indeterministic: Info
 referentially transparent operation
infix: Info
 no fixity defined
iotype: Info
 {(_) |-> {:}}
name: Info
 genHtmlLibCat
precedence: Info
 no precedence defined
result-values: Info
 {:}
signature: Info
 [(CurryDoc.Read.Category, String, String)] -> [HTML.Base.BaseHtml]
solution-complete: Info
 operation might suspend on free variables
terminating: Info
 possibly non-terminating
totally-defined: Info
 possibly non-reducible on same data term