On Fri, May 02, 2008 at 03:03:14PM -0700, John Meacham wrote:
> On Thu, May 01, 2008 at 03:21:11PM +0100, Simon Peyton-Jones wrote:
> > Indeed! I think it'd be good to allow type signatures, including
> > instance signatures, in export lists
>
> The problem with instance signatures is that it woul
On Thu, May 01, 2008 at 03:21:11PM +0100, Simon Peyton-Jones wrote:
> Indeed! I think it'd be good to allow type signatures, including
> instance signatures, in export lists
The problem with instance signatures is that it would give the
impression that it would be possible to _not_ export an insta
erge D. Mechveliani
> | Sent: 22 April 2008 13:33
> | To: glasgow-haskell-users@haskell.org
> | Subject: instance export decls
> |
> | Dear GHC developers, people,
> |
> | Do you agree that there exists such a problem for a programmer as
> | recalling exported instances?
> | Have
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On
| Behalf Of Serge D. Mechveliani
| Sent: 22 April 2008 13:33
| To: glasgow-haskell-users@haskell.org
| Subject: instance export decls
|
| Dear GHC developers, people,
|
| Do you agree that there exists such a problem for a programmer as
| recall
Dear GHC developers, people,
Do you agree that there exists such a problem for a programmer as
recalling exported instances?
Have Haskell and/or GHC some constructs and tools to help the programmer
to recall the exported instances for a module?
Could GHC support the instance export messages for