haxr-3000.11.2: XML-RPC client and server library.

Safe HaskellNone
LanguageHaskell2010

Network.XmlRpc.DTD_XMLRPC

Documentation

newtype I4 Source #

Constructors

I4 String 

Instances

Eq I4 Source # 

Methods

(==) :: I4 -> I4 -> Bool #

(/=) :: I4 -> I4 -> Bool #

Show I4 Source # 

Methods

showsPrec :: Int -> I4 -> ShowS #

show :: I4 -> String #

showList :: [I4] -> ShowS #

XmlContent I4 Source # 
HTypeable I4 Source # 

Methods

toHType :: I4 -> HType #

newtype I8 Source #

Constructors

I8 String 

Instances

Eq I8 Source # 

Methods

(==) :: I8 -> I8 -> Bool #

(/=) :: I8 -> I8 -> Bool #

Show I8 Source # 

Methods

showsPrec :: Int -> I8 -> ShowS #

show :: I8 -> String #

showList :: [I8] -> ShowS #

XmlContent I8 Source # 
HTypeable I8 Source # 

Methods

toHType :: I8 -> HType #

newtype AInt Source #

Constructors

AInt String 

newtype Data Source #

Constructors

Data [Value] 

newtype Name Source #

Constructors

Name String