<div dir="ltr">On Tue, Oct 15, 2013 at 2:41 PM, AntC <span dir="ltr"><<a href="mailto:anthony_clayden@clear.net.nz" target="_blank">anthony_clayden@clear.net.nz</a>></span> wrote:<br><div class="gmail_extra"><div class="gmail_quote">

<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><div class="im"><span style="color:rgb(34,34,34)">- (What I was hoping for but didn't get.)</span><br>

</div>
  No compiler flag to suppress creating selector functions.<br>
  This would have allowed records to be declared re-using the same name;<br>
  but left it entirely to the developer as to how to access them.<br></blockquote><div><br></div><div>Does that mean that this won't work:</div><div><br></div><div>module M where</div><div><br></div><div>data T1 = C1 { f :: Int }</div>

<div><div>data T2 = C2 { f :: Int }</div></div><div><br></div><div>?</div><div><br></div><div>-- Johan</div><div> </div></div></div></div>