[nem-en] Associativity of :> operator

Vladimir Reshetnikov v.reshetnikov at gmail.com
Sun Jan 28 18:00:25 CET 2007


Why associativity of :> operator is not defined here
(http://nemerle.org/Operators) ?
Now it looks like to be right-associative.
I think, it should be left-associative.

def x = 1;
def y = x :> Int16 :> Int64;





More information about the devel-en mailing list