Haskell infix syntax

KennyTM~ kennytm at gmail.com
Mon Mar 7 13:50:46 PST 2011


On Mar 8, 11 05:13, Andrei Alexandrescu wrote:
> How about precedence?

They're not changeable[1] AFAIK.

OTOH, Haskell have the infix[rl]? declarations to allow users to 
customize the precedence (within a limited range of levels) and 
associativity of an operator.

Ref:
  [1] 
http://stackoverflow.com/questions/2922347/operator-precedence-in-scala


More information about the Digitalmars-d mailing list