Difference between revisions of "Use of infix operators"

From HaskellWiki
Jump to navigation Jump to search
(label for link to Haskell-Cafe)
(message by Hulley)
 
Line 2: Line 2:
 
See
 
See
 
* [[Syntactic sugar/Cons]]
 
* [[Syntactic sugar/Cons]]
* [http://www.haskell.org/pipermail/haskell/2003-July/012260.html A note by Johannes Waldmann]
+
* Johannes Waldmann on [http://www.haskell.org/pipermail/haskell/2003-July/012260.html avoiding infix operators]
  +
* Brian Hulley on [http://www.haskell.org/pipermail/haskell-cafe/2006-October/018884.html deriving precedences from infix operator characters]
   
  +
[[Category:Syntax]]
 
[[Category:Style]]
 
[[Category:Style]]

Latest revision as of 14:54, 19 March 2007

Define new infix operators sparingly, if at all. See