Re: instance export decls

2008-05-03 Thread Serge D. Mechveliani
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

Re: instance export decls

2008-05-02 Thread John Meacham
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

Re: instance export decls

2008-05-01 Thread Serge D. Mechveliani
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

RE: instance export decls

2008-05-01 Thread Simon Peyton-Jones
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

instance export decls

2008-04-22 Thread Serge D. Mechveliani
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