Safe Haskell | None |
---|---|
Language | Haskell2010 |
Documentation
newtype DateTime_iso8601 Source #
Instances
Eq DateTime_iso8601 Source # | |
Defined in Network.XmlRpc.DTD_XMLRPC (==) :: DateTime_iso8601 -> DateTime_iso8601 -> Bool # (/=) :: DateTime_iso8601 -> DateTime_iso8601 -> Bool # | |
Show DateTime_iso8601 Source # | |
Defined in Network.XmlRpc.DTD_XMLRPC showsPrec :: Int -> DateTime_iso8601 -> ShowS # show :: DateTime_iso8601 -> String # showList :: [DateTime_iso8601] -> ShowS # | |
XmlContent DateTime_iso8601 Source # | |
Defined in Network.XmlRpc.DTD_XMLRPC parseContents :: XMLParser DateTime_iso8601 # toContents :: DateTime_iso8601 -> [Content ()] # xToChar :: DateTime_iso8601 -> Char # xFromChar :: Char -> DateTime_iso8601 # | |
HTypeable DateTime_iso8601 Source # | |
Defined in Network.XmlRpc.DTD_XMLRPC toHType :: DateTime_iso8601 -> HType # |
Nil () |
newtype MethodName Source #
Instances
Eq MethodName Source # | |
Defined in Network.XmlRpc.DTD_XMLRPC (==) :: MethodName -> MethodName -> Bool # (/=) :: MethodName -> MethodName -> Bool # | |
Show MethodName Source # | |
Defined in Network.XmlRpc.DTD_XMLRPC showsPrec :: Int -> MethodName -> ShowS # show :: MethodName -> String # showList :: [MethodName] -> ShowS # | |
XmlContent MethodName Source # | |
Defined in Network.XmlRpc.DTD_XMLRPC parseContents :: XMLParser MethodName # toContents :: MethodName -> [Content ()] # xToChar :: MethodName -> Char # xFromChar :: Char -> MethodName # | |
HTypeable MethodName Source # | |
Defined in Network.XmlRpc.DTD_XMLRPC toHType :: MethodName -> HType # |
data MethodCall Source #
Instances
Eq MethodCall Source # | |
Defined in Network.XmlRpc.DTD_XMLRPC (==) :: MethodCall -> MethodCall -> Bool # (/=) :: MethodCall -> MethodCall -> Bool # | |
Show MethodCall Source # | |
Defined in Network.XmlRpc.DTD_XMLRPC showsPrec :: Int -> MethodCall -> ShowS # show :: MethodCall -> String # showList :: [MethodCall] -> ShowS # | |
XmlContent MethodCall Source # | |
Defined in Network.XmlRpc.DTD_XMLRPC parseContents :: XMLParser MethodCall # toContents :: MethodCall -> [Content ()] # xToChar :: MethodCall -> Char # xFromChar :: Char -> MethodCall # | |
HTypeable MethodCall Source # | |
Defined in Network.XmlRpc.DTD_XMLRPC toHType :: MethodCall -> HType # |
data MethodResponse Source #
Instances
Eq MethodResponse Source # | |
Defined in Network.XmlRpc.DTD_XMLRPC (==) :: MethodResponse -> MethodResponse -> Bool # (/=) :: MethodResponse -> MethodResponse -> Bool # | |
Show MethodResponse Source # | |
Defined in Network.XmlRpc.DTD_XMLRPC showsPrec :: Int -> MethodResponse -> ShowS # show :: MethodResponse -> String # showList :: [MethodResponse] -> ShowS # | |
XmlContent MethodResponse Source # | |
Defined in Network.XmlRpc.DTD_XMLRPC parseContents :: XMLParser MethodResponse # toContents :: MethodResponse -> [Content ()] # xToChar :: MethodResponse -> Char # xFromChar :: Char -> MethodResponse # | |
HTypeable MethodResponse Source # | |
Defined in Network.XmlRpc.DTD_XMLRPC toHType :: MethodResponse -> HType # |