CurryInfo: html2-3.5.0 / HTML.Session.withSessionCookie

definition:
withSessionCookie :: HtmlPage -> IO HtmlPage
withSessionCookie p = do
  cookie <- sessionCookie
  return $ (p `addPageParam` cookie)
demand:
no demanded arguments
deterministic:
deterministic operation
documentation:
--- Decorates an HTML page with session cookie.
failfree:
<FAILING>
indeterministic:
might be indeterministic
infix:
no fixity defined
iotype:
{(_) |-> _}
name:
withSessionCookie
precedence:
no precedence defined
result-values:
_
signature:
HTML.Base.HtmlPage -> Prelude.IO HTML.Base.HtmlPage
solution-complete:
operation might suspend on free variables
terminating:
possibly non-terminating
totally-defined:
possibly non-reducible on same data term