definition: |
hStruct :: HTML h => String -> [h] -> h hStruct tag = htmlStruct tag [] |
demand: |
argument 1 |
deterministic: |
deterministic operation |
documentation: |
--- An HTML structure with a given tag and no attributes. |
failfree: |
(_, _) |
indeterministic: |
referentially transparent operation |
infix: |
no fixity defined |
iotype: |
{(_,_) |-> _} |
name: |
hStruct |
precedence: |
no precedence defined |
result-values: |
_ |
signature: |
HTML a => String -> [a] -> a |
solution-complete: |
operation might suspend on free variables |
terminating: |
yes |
totally-defined: |
reducible on all ground data terms |