RosettaCodeData/Task/Order-two-numerical-lists/Standard-ML/order-two-numerical-lists.ml
2023-07-01 13:44:08 -04:00

2 lines
90 B
Standard ML

- List.collate Int.compare ([1,2,1,3,2], [1,2,0,4,4,0,0,0]) = LESS;
val it = false : bool