autolib-util
Safe HaskellNone
LanguageHaskell98

Autolib.XmlRpc

Orphan instances

XmlRpcType Integer Source # 
Instance details

Methods

toValue :: Integer -> Value #

fromValue :: forall (m :: Type -> Type). MonadFail m => Value -> Err m Integer #

getType :: Integer -> Type #

(Ord a, XmlRpcType [a]) => XmlRpcType (Set a) Source # 
Instance details

Methods

toValue :: Set a -> Value #

fromValue :: forall (m :: Type -> Type). MonadFail m => Value -> Err m (Set a) #

getType :: Set a -> Type #

(XmlRpcType a, XmlRpcType b) => XmlRpcType (Either a b) Source # 
Instance details

Methods

toValue :: Either a b -> Value #

fromValue :: forall (m :: Type -> Type). MonadFail m => Value -> Err m (Either a b) #

getType :: Either a b -> Type #