definition: |
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: |
argument 1 |
deterministic: |
deterministic operation |
indeterministic: |
referentially transparent operation |
infix: |
no fixity defined |
iotype: |
{(_) |-> _} |
name: |
indexPage |
precedence: |
no precedence defined |
result-values: |
_ |
signature: |
[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 |