Re: overlapping instances

2000-02-19 Thread Fergus Henderson
On 20-Feb-2000, Brian Boutel <[EMAIL PROTECTED]> wrote: > > Obviously, in general, information hiding is useful. Here, the specific > question is about instance declarations.Is there any value in being able to > hide them? > > I think the answer is no, for the following reasons: > > 1) There

RE: overlapping instances

2000-02-19 Thread Brian Boutel
On Friday, February 18, 2000 7:17 PM, Fergus Henderson [SMTP:[EMAIL PROTECTED]] wrote: > It's just a question of information hiding. > It lets you declare a type to be an instance of a public type class > without exporting that fact (and hence exporting those methods). > > > In Haskell, you can h