CurryInfo: currydoc-4.0.0 / CurryDoc.Html.genHtmlModule

definition:
genHtmlModule :: DocOptions -> String -> [BaseHtml]
genHtmlModule docopts modcmts =
  let (maincmt,avcmts) = splitComment modcmts
   in docComment2HTML docopts maincmt ++
      map (\a->par [bold [htxt "Author: "], htxt a])
          (getCommentType "author" avcmts) ++
      map (\a->par [bold [htxt "Version: "], htxt a])
          (getCommentType "version" avcmts)
demand:
argument 2
deterministic:
deterministic operation
documentation:
--- generate HTML documentation for a module:
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{(_,_) |-> _}
name:
genHtmlModule
precedence:
no precedence defined
result-values:
_
signature:
CurryDoc.Options.DocOptions -> 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