Difference between revisions of "Use of infix operators"

From HaskellWiki
Jump to navigation Jump to search
 
(label for link to Haskell-Cafe)
Line 2: Line 2:
 
See
 
See
 
* [[Syntactic sugar/Cons]]
 
* [[Syntactic sugar/Cons]]
* [http://www.haskell.org/pipermail/haskell/2003-July/012260.html]
+
* [http://www.haskell.org/pipermail/haskell/2003-July/012260.html A note by Johannes Waldmann]
   
 
[[Category:Style]]
 
[[Category:Style]]

Revision as of 14:49, 19 March 2007

Define new infix operators sparingly, if at all. See