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