RE: Re: template-haskell names in 6.3
"Simon Peyton-Jones" <[email protected]>
| Newsgroups | gmane.comp.lang.haskell.template |
|---|---|
| Message-ID | <036EAC76E7F5EC4996A3B3C3657D411601558627@EUR-MSG-21.europe.corp.microsoft.com> |
aha, that's a good question. Hmm. It probably ought to work (though it won't today). Would it make a difference? S | -----Original Message----- | From: Keean Schupke [mailto:[email protected]] | Sent: 21 December 2004 14:03 | To: Simon Peyton-Jones | Cc: [email protected] | Subject: Re: [Template-haskell] Re: template-haskell names in 6.3 | | So does this work? | | nameModule (mkName "Foo.Bar") | | Keean.