Strict-merge-sort-<
Sort a list of rational numbers into <-increasing order
General Form:
(strict-merge-sort-< lst)
where the guard specifies (rational-listp lst). The result is
a list in strictly increasing order (with respect to the < relation) that
contains the same elements as lst.