2 lines
90 B
Standard ML
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
|