Personal tools

Use of infix operators

From HaskellWiki

(Difference between revisions)
Jump to: navigation, search
Current revision (14:54, 19 March 2007) (edit) (undo)
(message by Hulley)
 
(One intermediate revision not shown.)
Line 2: Line 2:
See
See
* [[Syntactic sugar/Cons]]
* [[Syntactic sugar/Cons]]
-
* [http://www.haskell.org/pipermail/haskell/2003-July/012260.html]
+
* 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]]

Current revision

Define new infix operators sparingly, if at all. See