difference between infix, infixr, infixl
Posted
by Bo Tian
on Stack Overflow
See other posts from Stack Overflow
or by Bo Tian
Published on 2010-04-11T16:05:05Z
Indexed on
2010/04/11
16:13 UTC
Read the original article
Hit count: 285
sml
I read a book that uses infix, infixr, and infixl in the sample programs. I'm wondering what the differences are. I'm guessing that infixr performs operation from right to left, and vice versa.
© Stack Overflow or respective owner