CurryInfo: html2-3.5.0 / HTML.CategorizedList.stringList2ItemList

definition:
stringList2ItemList :: HTML h => [String] -> [(String,[h])]
stringList2ItemList = map (\str -> (str,[htxt str]))
demand:
no demanded arguments
deterministic:
deterministic operation
documentation:
--- Convert a string list into an key-item list
--- The strings are used as keys and for the simple text layout.
failfree:
_
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{(_) |-> {map}}
name:
stringList2ItemList
precedence:
no precedence defined
result-values:
{map}
signature:
HTML.Base.HTML a => [String] -> [(String, [a])]
solution-complete:
operation might suspend on free variables
terminating:
yes
totally-defined:
possibly non-reducible on same data term