RE: [GHC] #1491: Extension RecordWildCards is broken

2007-07-13 Thread Augustsson, Lennart
So I thought my second version of the patch actually did the (mostly) right thing. It didn't reuse the same Name. When a C{..} pattern was found it was expanded (very early) in expandDotDot by looking up the children of the constructor and making a new RdrName for each field. No C{..} ever

RE: [GHC] #1491: Extension RecordWildCards is broken

2007-07-13 Thread Augustsson, Lennart
:41 AM To: Augustsson, Lennart; 'glasgow-haskell-bugs@haskell.org' Subject: RE: [GHC] #1491: Extension RecordWildCards is broken | It didn't reuse the same Name. When a C{..} pattern was found it was | expanded (very early) in expandDotDot by looking up the children of | the constructor