<div dir="ltr">This looks like a great opportunity to try out the new holes functionality:<div><br></div><div><div>[Prelude] λ [] == _what</div><div><br></div><div><interactive>:3:7:</div><div>    Found hole ‘_what’ with type: [t0]</div><div>    Where: ‘t0’ is an ambiguous type variable</div><div>    Relevant bindings include it :: Bool (bound at <interactive>:3:1)</div><div>    In the second argument of ‘(==)’, namely ‘_what’</div><div>    In the expression: [] == _what</div><div>    In an equation for ‘it’: it = [] == _what</div></div><div><br></div><div><br></div><div>Looks like it defaults to [Bool]!</div><div><br></div><div>Correct me if I'm wrong :)</div><div><br></div><div><br></div><div> - Lyndon</div><div><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Mar 10, 2015 at 1:33 PM, Rustom Mody <span dir="ltr"><<a href="mailto:rustompmody@gmail.com" target="_blank">rustompmody@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div><div><div><div><div>My impression is that earlier<br>[] == []<br></div>used to give a type error.  Now it gives True.<br></div><br></div>So<br></div>1. Which instance of == is being used?<br></div>2. Is there some option controlling this behavior?<br>
</div>
<br>_______________________________________________<br>
Haskell-Cafe mailing list<br>
<a href="mailto:Haskell-Cafe@haskell.org">Haskell-Cafe@haskell.org</a><br>
<a href="http://mail.haskell.org/cgi-bin/mailman/listinfo/haskell-cafe" target="_blank">http://mail.haskell.org/cgi-bin/mailman/listinfo/haskell-cafe</a><br>
<br></blockquote></div><br></div>