<div dir="ltr"><div class="gmail_quote"><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 class="gmail_quote"><br><div>I think this portion of the Haskell Report is also relevant to this intuition in the case of haskell programmers: "If no fixity
declaration is given for `<tt>op</tt>` then it defaults
to highest precedence and left associativity" (Section 4.4.2).</div></div></div></blockquote><div> </div><div>Sorry, this is from section 3.2.</div><div><br></div><div>Section 4.4.2 goes on to say: "Any operator lacking a fixity declaration
is assumed to be <tt>infixl 9</tt>"</div><div><br></div><div>Ivan</div></div></div>