Use of infix operators
From HaskellWiki
(Difference between revisions)
(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 | + | * 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
- Syntactic sugar/Cons
- Johannes Waldmann on avoiding infix operators
- Brian Hulley on deriving precedences from infix operator characters
