8 Sep
2006
8 Sep
'06
10:30 a.m.
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