|
|
|
|
| Synopsis |
|
|
|
| Documentation |
|
|
|
|
| Lifts toHaXml to act on lists of Elements
|
|
|
| Converts the Element to HaXml Element if the Element is of the form
Elem _ _
|
|
|
| Conversion function between the Happstack Element and HaXml Content types
|
|
|
| Converts an Element that is an Attr into a HaXml Attribute. Will throw
an error if provided the wrong constructor.
|
|
|
| Lifts fromHaXml to operate on lists
|
|
|
| Converts a HaXml Content to an Element
|
|
|
| Lifts fromAttribute to act on lists
|
|
|
| Will convert a HaXml attribute that is of the form [Left _] to a
Happstack Element. Otherwise, will throw an error.
|
|
| Produced by Haddock version 2.6.1 |