< — compares values (smaller)
expression < expression
? : R x R -< { 0 , 1 }
3 < 2 = 0
Tests whether the leftmost expression is smaller than the rightmost expression. Returns 1 if that is the case and 0 otherwise.