definition: |
flowElements :: [String] flowElements = phrasingElements ++ ["a","p","hr","pre","ul","ol","dl","div","h1", "h2","h3","h4","h5","h6","hgroup","address", "blockquote","ins","del","object","map", "noscript","section","nav","article","aside", "header","footer","video","audio","figure", "table","form","fieldset","menu","canvas", "details"] |
demand: |
no demanded arguments |
deterministic: |
deterministic operation |
failfree: |
() |
indeterministic: |
referentially transparent operation |
infix: |
no fixity defined |
iotype: |
{() |-> _} |
name: |
flowElements |
precedence: |
no precedence defined |
result-values: |
_ |
signature: |
[String] |
solution-complete: |
operationally complete operation |
terminating: |
yes |
totally-defined: |
reducible on all ground data terms |