- sxml:merge-sort less-than? listprocedure
Returns the sorted list, the smallest member first.
less-than? ::= (lambda (obj1 obj2) ...)
less-than? returns #t if obj1 < obj2 with respect to the given ordering.
Returns the sorted list, the smallest member first.
less-than? ::= (lambda (obj1 obj2) ...)
less-than? returns #t if obj1 < obj2 with respect to the given ordering.