| WashNGo-2.12: WASH is a family of embedded domain specific languages (EDSL) for programming Web applications in Haskell. | Contents | Index |
|
|
|
Description |
Defines the class CGIOutput of data types that can be output from a CGI
program.
|
|
Synopsis |
|
|
|
Documentation |
|
itell :: Handle -> WithHTML x IO () -> IO a |
(internal) takes an output handle and a document without forms and input
widgets, displays the document with suitable mime type and encoding, and
terminates the program
|
|
class CGIOutput a where |
| Methods | | | Instances | |
|
|
cgiPut :: CGIOutput a => Handle -> a -> IO () |
|
Produced by Haddock version 0.8 |