definition: |
pageMetaInfo :: [(String,String)] -> PageParam pageMetaInfo = PageMeta |
demand: |
no demanded arguments |
deterministic: |
deterministic operation |
documentation: |
--- Meta information for a HTML page. The argument is a list of --- attributes included in the `meta`-tag in the header for this page. |
failfree: |
() |
indeterministic: |
referentially transparent operation |
infix: |
no fixity defined |
iotype: |
{() |-> {PageMeta}} |
name: |
pageMetaInfo |
precedence: |
no precedence defined |
result-values: |
{PageMeta} |
signature: |
[(String, String)] -> PageParam |
solution-complete: |
operationally complete operation |
terminating: |
yes |
totally-defined: |
reducible on all ground data terms |