|
|
|
|
| Synopsis |
|
|
|
| Documentation |
|
|
| The HSP monad is a reader wrapper around
the IO monad, but extended with an XMLGenerator wrapper.
type HSP' = ReaderT HSPEnv IO
type HSP = XMLGenT HSP'
|
|
|
|
|
|
|
| Runs a HSP computation in a particular environment. Since HSP wraps the IO monad,
the result of running it will be an IO computation.
|
|
|
|
|
|
|
|
|
| Suppl es the HSP environment.
|
|
|
|
|
|
|
| Execute an IO computation within the HSP monad.
|
|
|
| Catch a user-caused exception.
|
|
|
|
|
|
| module HSP.Env |
|
| module HSP.XML |
|
| module HSP.XML.PCDATA |
|
| module HSP.HTML |
|
|
| | Methods | | | Instances | |
|
|
|
|
| module HSX.XMLGenerator |
|
| genElement |
|
| genEElement |
|
| module HSP.HJScript |
|
| Produced by Haddock version 2.4.2 |