y, June 18, 2007 2:03 PM
To: Augustsson, Lennart; 'cvs-ghc@haskell.org'
Subject: RE: Record wildcard patch
Thanks! After some thought I concluded that it was better not to mix up the
parent/child thing (which is used for import/export) with this field stuff. It
gets a bit complicated:
t.
Simon
| -Original Message-
| From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Augustsson,
| Lennart
| Sent: 13 June 2007 17:15
| To: 'cvs-ghc@haskell.org'
| Subject: Record wildcard patch
|
|
| Here's the record wildcard
t
and HsRecordDotDot can be expanded during renaming.
Would you like to add Malcolm's suggestion while you are at it?
Simon
| -Original Message-
| From: Lennart Augustsson [mailto:[EMAIL PROTECTED]
| Sent: 05 February 2007 21:55
| To: Simon Peyton-Jones
| Cc: cvs-ghc@haskell.org
e to add Malcolm's suggestion while you are at it?
Simon
| -Original Message-
| From: Lennart Augustsson [mailto:[EMAIL PROTECTED]
| Sent: 05 February 2007 21:55
| To: Simon Peyton-Jones
| Cc: cvs-ghc@haskell.org
| Subject: Re: Record wildcard
|
| It could be my lack of knowledge. But
0:11
| To: cvs-ghc@haskell.org
| Subject: Record wildcard
|
| Here's the complete record wildcard patch.
| Even if you don't accept the (somewhat ugly) patch to implement the
| wildcarding it
| would be nice if you could apply all the minor ones (i.e., all but
| the last).
|
| --
Simon Peyton-Jones <[EMAIL PROTECTED]> wrote:
> | > Here's the complete record wildcard patch.
> |
> | Just to clarify, does ghc still accept the traditional record puns
> | (in both expressions and patterns) from Haskell 1.3, and this patch
> | merely augments puns
| > Here's the complete record wildcard patch.
|
| Just to clarify, does ghc still accept the traditional record puns (in
| both expressions and patterns) from Haskell 1.3, and this patch merely
| augments puns to include wildcards? Or are wildcarded-puns the only
| kind that ghc now
Lennart Augustsson <[EMAIL PROTECTED]> wrote:
> Here's the complete record wildcard patch.
Just to clarify, does ghc still accept the traditional record puns (in
both expressions and patterns) from Haskell 1.3, and this patch merely
augments puns to include wildcards? Or are wildc
2007 00:11
| To: cvs-ghc@haskell.org
| Subject: Record wildcard
|
| Here's the complete record wildcard patch.
| Even if you don't accept the (somewhat ugly) patch to implement the
| wildcarding it
| would be nice if you could apply all the minor ones (i.e., all but
| the last).
|
| -- Lenna