haxr-th-3000.0.0: Automatic deriving of XML-RPC structs for Haskell records.Source codeContentsIndex
Network.XmlRpc.THDeriveXmlRpcType
Portabilitynon-portable (requires extensions and non-portable libraries)
Stabilityexperimental
Maintainerbjorn@bringert.net
Description
Uses Template Haskell to automagically derive instances of XmlRpcType
Synopsis
asXmlRpcStruct :: Name -> Q [Dec]
Documentation
asXmlRpcStruct :: Name -> Q [Dec]Source
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