On Wed, Feb 01, 2006 at 03:44:37PM +0000, Philippa Cowderoy wrote:
> It can, but so far it's really ugly to apply transformations to entire 
> modules. A little syntactic sugar could be good there.

module $hat.Foo(..) where
...

could mean pass the entire module through the 'hat' function of TH. this
would be a really cool feature a lot of rather complicated preprocessors
(hat) could be implemented this way.

        John

-- 
John Meacham - ⑆repetae.net⑆john⑈ 
_______________________________________________
Haskell-prime mailing list
Haskell-prime@haskell.org
http://haskell.org/mailman/listinfo/haskell-prime

Reply via email to