Users Mailing List; Ashley Yakeley
| Subject: Re: Orphan Instances
|
|
|
| Ashley Yakely wrote:
| >> What is an orphan instance, and why do we care about them?
|
| Simon Peyton-Jones wrote:
| > They are documented in the GHC manual
| > http://www.haskell.org/ghc/docs/latest/html/users_gu
Ashley Yakely wrote:
>> What is an orphan instance, and why do we care about them?
Simon Peyton-Jones wrote:
> They are documented in the GHC manual
> http://www.haskell.org/ghc/docs/latest/html/users_guide/separate-compilation.html#orphan-modules
Thanks for the nice explanation there. Since yo
to waste anybody's time.
Thanks
--
Adrian Hey
Simon
| -Original Message-
| From: Adrian Hey [mailto:[EMAIL PROTECTED]
| Sent: 17 October 2007 17:04
| To: glasgow-haskell-users@haskell.org; Simon Peyton-Jones
| Subject: Re: Orphan Instances with GHC 6.8
|
| Hello again,
|
| Adrian Hey wrote:
| &g
users@haskell.org; Simon Peyton-Jones
| Subject: Re: Orphan Instances with GHC 6.8
|
| Hello again,
|
| Adrian Hey wrote:
| > Hello Folks,
| >
| > One thing different from 6.6 and 6.8 is I find that with -Wall
| > I get a lot more warnings about orphan instances, even if the
| > code has not
Hello again,
Adrian Hey wrote:
Hello Folks,
One thing different from 6.6 and 6.8 is I find that with -Wall
I get a lot more warnings about orphan instances, even if the
code has not changed.
Has the definition of what an Orphan instance is changed?
Or is this a bug? If so, is the bug in 6.6
Hello Folks,
One thing different from 6.6 and 6.8 is I find that with -Wall
I get a lot more warnings about orphan instances, even if the
code has not changed.
Has the definition of what an Orphan instance is changed?
Or is this a bug? If so, is the bug in 6.6 or 6.8?
I can make them go away