|
[GHC] #636: deriving Show for infix constructors forgets backquotes: msg#00122lang.haskell.glasgow.bugs
#636: deriving Show for infix constructors forgets backquotes ------------------------------------+--------------------------------------- Reporter: koen@xxxxxxxxxxxxxx | Owner: Type: bug | Status: new Priority: normal | Milestone: Component: Compiler | Version: 6.4.1 Severity: normal | Keywords: Os: Unknown | Difficulty: Unknown Architecture: Unknown | ------------------------------------+--------------------------------------- When compiling and running the following module: >>> module Main where data Foo = Int `Bar` Int deriving ( Show ) main = print (3 `Bar` 4) <<< The expected output is: 3 `Bar` 4 Or even just; Bar 3 4 Instead, I get: 3 Bar 4 -- Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/636> GHC <http://www.haskell.org/ghc/> The Glasgow Haskell Compiler_______________________________________________ Glasgow-haskell-bugs mailing list Glasgow-haskell-bugs@xxxxxxxxxxx http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs
|
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | [GHC] #635: Replace use of select() in the I/O manager with epoll/kqueue/etc., GHC |
|---|---|
| Next by Date: | Re: [GHC] #636: deriving Show for infix constructors forgets backquotes, GHC |
| Previous by Thread: | [GHC] #635: Replace use of select() in the I/O manager with epoll/kqueue/etc., GHC |
| Next by Thread: | Re: [GHC] #636: deriving Show for infix constructors forgets backquotes, GHC |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |