definition: |
pageCookie :: (String,String) -> PageParam pageCookie (n,v) = PageCookie n v [] |
demand: |
argument 1 |
deterministic: |
deterministic operation |
documentation: |
--- A cookie to be sent to the client's browser when a HTML page is --- requested. |
failfree: |
_ |
indeterministic: |
referentially transparent operation |
infix: |
no fixity defined |
iotype: |
{({(,)}) |-> {PageCookie}} |
name: |
pageCookie |
precedence: |
no precedence defined |
result-values: |
{PageCookie} |
signature: |
(String, String) -> PageParam |
solution-complete: |
operationally complete operation |
terminating: |
yes |
totally-defined: |
reducible on all ground data terms |