definition: |
table :: HTML h => [[[h]]] -> h table = hStruct "table" . map (\row -> hStruct "tr" (map (hStruct "td") row)) |
demand: |
no demanded arguments |
deterministic: |
deterministic operation |
documentation: |
--- Table with a matrix of items where each item is a list of HTML expressions. |
failfree: |
_ |
indeterministic: |
referentially transparent operation |
infix: |
no fixity defined |
iotype: |
{(_) |-> {.._#lambda508}} |
name: |
table |
precedence: |
no precedence defined |
result-values: |
{.._#lambda508} |
signature: |
HTML a => [[[a]]] -> a |
solution-complete: |
operation might suspend on free variables |
terminating: |
yes |
totally-defined: |
reducible on all ground data terms |