[Haskell] xml-rpc in hugs

David Tolpin dvd at davidashen.net
Fri Sep 8 06:30:11 EDT 2006


Hi,

I'm trying to use xmlrpc module with hugs. The problems are not really  
related to this particulare module, so the question is here.


A module generated from the DTD for XML-RPC by HaXml contains import in  
the following form:

import Prelude (all, maybe, (++))

or something like that to avoid name conflicts with types of the same name  
defined in the module. In Hugs it leads to (:) not being imported into the  
module. Is there a way to import just (:) from the Prelude? Is there a way  
to import all but some symbols from some module? Is (:) a data constructor?

David


More information about the Haskell mailing list