<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Mon, Mar 9, 2015 at 8:20 PM, Rustom Mody <span dir="ltr"><<a href="mailto:rustompmody@gmail.com" target="_blank">rustompmody@gmail.com</a>></span> wrote:<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 dir="ltr"><div class="gmail_extra"><div class="gmail_quote"><div>Under -fwarn-type-defaults:<br>says<br><br><div style="margin-left:40px"><i>Have the compiler warn/inform you where in your source the Haskell defaulting mechanism for numeric types kicks in.</i><br></div><br>Wheres the numeric here?<br></div></div></div></div></blockquote><div> </div>In GHCi, the type defaulting mechanism is extended beyond numerics. See <a href="https://downloads.haskell.org/~ghc/7.8.2/docs/html/users_guide/interactive-evaluation.html#extended-default-rules">https://downloads.haskell.org/~ghc/7.8.2/docs/html/users_guide/interactive-evaluation.html#extended-default-rules</a>.<div><br></div><div>In this case, the list is defaulting to type <font face="monospace, monospace">[()]</font><font face="arial, helvetica, sans-serif">.</font> </div></div></div></div>