| ||||||||
| ||||||||
| Description | ||||||||
| Uses Template Haskell to automagically derive instances of XmlRpcType | ||||||||
| Synopsis | ||||||||
| ||||||||
| Documentation | ||||||||
| ||||||||
| Creates an XmlRpcType instance which handles a Haskell record as an XmlRpc struct. Example: data Person = Person { name :: String, age :: Int } $(asXmlRpcStruct ''Person) | ||||||||
| Produced by Haddock version 2.7.2 |