[GHC] #9156: Duplicate record field
GHC
ghc-devs at haskell.org
Sat May 31 13:23:25 UTC 2014
#9156: Duplicate record field
------------------------------------+-------------------------------------
Reporter: wojteknar | Owner:
Type: bug | Status: new
Priority: low | Milestone:
Component: Compiler | Version: 7.8.2
Keywords: | Operating System: Unknown/Multiple
Architecture: Unknown/Multiple | Type of failure: None/Unknown
Difficulty: Unknown | Test Case:
Blocked By: | Blocking:
Related Tickets: |
------------------------------------+-------------------------------------
This compiles.
{{{
#!haskell
data D = D1 { f1 :: Int }
| D2 { f1, f1 :: Int } -- Oops, duplicate
}}}
Probably harmless, but still.
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/9156>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list