CurryInfo: currydoc-4.0.0 / CurryDoc.Html.indexPage

definition: Info
 
indexPage :: [String] -> [BaseHtml]
indexPage modnames =
  (if null modnames
     then []
     else [h2 [htxt "Modules:"],
           par (intercalate [nbsp]
                  (map (\m -> [hrefPrimBadge (m ++ ".html") [htxt m]])
                       (sortBy leqStringIgnoreCase modnames)))])
  ++ [explainIcons]
demand: Info
 argument 1
deterministic: Info
 deterministic operation
indeterministic: Info
 referentially transparent operation
infix: Info
 no fixity defined
iotype: Info
 {(_) |-> _}
name: Info
 indexPage
precedence: Info
 no precedence defined
result-values: Info
 _
signature: Info
 [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