Binary operators

There is no mechanism for user definition of infix operators, but the following binary operators are supported: $+$, $-$, $*$, $/$, $\%$, $=$, $<>$, $<$, $<=$, $>$, $>=$, $::$, ^, and, and or. They are identical to SML operators, save that SML div becomes $/$, mod becomes $\%$, andalso becomes and, and orelse becomes or.



Adam Chlipala 2005-02-22