Re: using [d| class or fun |] and only substituting names?
"Alfonso Acosta" <[email protected]> Wed, 3 Sep 2008 19:33:07 +0200
| Newsgroups | gmane.comp.lang.haskell.template |
|---|---|
| Message-ID | <[email protected]> |
On Wed, Sep 3, 2008 at 7:11 PM, Marc Weber <[email protected]> wrote: > Is there a way to write something like this? No, unfortunately only expressions can be spliced. I'm afraid, You'll have to build the declaration manually.