definition:
|
htmlFuncIndex :: DocOptions -> [QName] -> [BaseHtml]
htmlFuncIndex opts = categorizeByItemKey . map (showModNameRef opts)
|
demand:
|
no demanded arguments
|
deterministic:
|
deterministic operation
|
indeterministic:
|
referentially transparent operation
|
infix:
|
no fixity defined
|
iotype:
|
{(_) |-> {.._#lambda508}}
|
name:
|
htmlFuncIndex
|
precedence:
|
no precedence defined
|
result-values:
|
{.._#lambda508}
|
signature:
|
CurryDoc.Options.DocOptions -> [(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
|