<div dir="ltr">You make a good point about people who use overlapping instances deserving whatever they get (I'd personally love to see that whole mess removed and replaced with something less intrusive). The bit that most severely breaks my intuition here is that under normal, well-behaved circumstances, every instance of a class with associated data has its own distinct associated type(s). That is, there is a one-to-many relationship between instances and types. When a definition is missing, that breaks, and the relationship may become many-to-many. I suppose we may need to settle for this as long as overlapping instances in their present form are around.<br><div><br><div class="gmail_quote">On Feb 18, 2016 12:49 PM, "Reid Barton" <<a href="mailto:rwbarton@gmail.com" target="_blank">rwbarton@gmail.com</a>> wrote:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Well, I see your point; but you also can't define a <br><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Feb 18, 2016 at 12:00 PM, David Feuer <span dir="ltr"><<a href="mailto:david.feuer@gmail.com" target="_blank">david.feuer@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div><div><div><div><div><div><div><div>It seems to be that a missing associated type definition should be an error, by default, rather than a warning. The current behavior under those circumstances strikes me as very strange, particularly for data families and particularly in the presence of overlapping.<br></div></div></div></div></div></div></div></div></div></blockquote><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div><div><div><div><div><div><div><div></div></div></div></div></div></div></div><br></div>This compiles with just a warning because Assoc Char *falls through* to the general case. WAT? This breaks all my intuition about what associated types are supposed to be about.<br></div>
<br></blockquote><div><br><div>Well, I see your point; but you also can't give a definition for 
Assoc Char in the Foo Char instance, because open data family instances 
are not allowed to overlap. So if failing to give a definition for an associated data family is an error, then it's impossible to use overlapping instances with classes that have associated data families. Is that your intention?<br><br></div><div>I don't have a strong opinion here. I'm mildly inclined to say that people using overlapping instances have already signed themselves up for weird things happening, and we may as well let them do whatever other weird things they want.<br><br></div><div>Regards,<br></div><div>Reid Barton<br></div></div></div></div></div>
</blockquote></div>
</div></div>