CurryInfo: html2-3.5.0 / HTML.Base.getCookies

definition: Info
 
getCookies :: IO [(String,String)]
getCookies = do
  cookiestring <- getEnv "HTTP_COOKIE"
  return $ parseCookies cookiestring
demand: Info
 no demanded arguments
deterministic: Info
 deterministic operation
documentation: Info
 
---------------------------------------------------------------------------
Gets the cookies sent from the browser for the current CGI script.
The cookies are represented in the form of name/value pairs since
no other components are important here.
failfree: Info
 ()
indeterministic: Info
 referentially transparent operation
infix: Info
 no fixity defined
iotype: Info
 {() |-> _}
name: Info
 getCookies
precedence: Info
 no precedence defined
result-values: Info
 _
signature: Info
 Prelude.IO [(String, String)]
solution-complete: Info
 operation might suspend on free variables
terminating: Info
 possibly non-terminating
totally-defined: Info
 possibly non-reducible on same data term