|
definition: |
phrasingElements :: [String]
phrasingElements = ["a","em","strong","small","mark","abbr",
"dfn","i","b","s","u","code","var","samp",
"kbd","sup","sub","q","cite","span","bdo",
"bdi","br","wbr","ins","del","img","embed",
"object","iframe","map","area","script",
"noscript","ruby","video","audio","input",
"textarea","select","button","label","output",
"datalist","keygen","progress","command",
"canvas","time","meter"]
|
|
demand: |
no demanded arguments |
|
deterministic: |
deterministic operation |
|
failfree: |
() |
|
indeterministic: |
referentially transparent operation |
|
infix: |
no fixity defined |
|
iotype: |
{() |-> {:}}
|
|
name: |
phrasingElements |
|
precedence: |
no precedence defined |
|
result-values: |
{:}
|
|
signature: |
[String] |
|
solution-complete: |
operationally complete operation |
|
terminating: |
yes |
|
totally-defined: |
reducible on all ground data terms |