Standard merge sort algorithm
param: s the list to sort param: cmp, the comparator to use for ordering
the head of the sorted list
See Implementation
Standard merge sort algorithm
param: s the list to sort param: cmp, the comparator to use for ordering