On Wed, Sep 15, 2010 at 2:11 PM, Kevin Jardine <[email protected]> wrote:
>
> I do think that
>
> defObj(MyType)
>
> looks a bit cleaner than
>
> $(defObj "MyType")
>

I believe as of GHC 6.12 you no longer need the $() around top-level
splices. So that would just be:

defObj "MyType"
_______________________________________________
Haskell-Cafe mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/haskell-cafe

Reply via email to