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 `op` then it defaults to highest precedence and left associativity" (Section 4.4.2).
 
Sorry, this is from section 3.2.

Section 4.4.2 goes on to say: "Any operator lacking a fixity declaration is assumed to be infixl 9"

Ivan