definition: |
expires :: Int -> HtmlPage -> HtmlPage expires secs hpage = hpage `addPageParam` PageHeadInclude (BaseStruct "meta" [("http-equiv","expires"), ("content",show secs)] []) |
demand: |
argument 2 |
deterministic: |
deterministic operation |
documentation: |
--- Adds expire time to given HTML page. --- @param secs - Number of seconds before document expires --- @param page - The page to add the header information to |
failfree: |
(_, _) |
indeterministic: |
referentially transparent operation |
infix: |
no fixity defined |
iotype: |
{(_,_) |-> _} |
name: |
expires |
precedence: |
no precedence defined |
result-values: |
_ |
signature: |
Prelude.Int -> HtmlPage -> HtmlPage |
solution-complete: |
operation might suspend on free variables |
terminating: |
possibly non-terminating |
totally-defined: |
possibly non-reducible on same data term |