Re: tuple (Int) == or != Int ?
"Alfonso Acosta" <[email protected]> Sun, 29 Jun 2008 16:54:26 -0500
| Newsgroups | gmane.comp.lang.haskell.template |
|---|---|
| Message-ID | <[email protected]> |
On Sun, Jun 29, 2008 at 4:01 PM, Marc Weber <[email protected]> wrote: > Does ghc make difference beteen a tuple "(Int)" and a no tuple "Int" ? Unfortunately, Template Haskell makes a difference, which IMHO is a bug (http://hackage.haskell.org/trac/ghc/ticket/2358 ). It would be a good idea to add yourself to the CC list of the ticket.